Skip to content

Commit

Permalink
Fixing a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Jun 15, 2021
1 parent 7f62d92 commit e1cd8ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Copyright (c) 2021 PachCheck Foundation. All rights reserved.
* Copyright (c) 2021 PathCheck Foundation. All rights reserved.
*/
'use strict';

Expand Down
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*!
* Copyright (c) 2021 PachCheck Foundation. All rights reserved.
* Copyright (c) 2021 PathCheck Foundation. All rights reserved.
*/
export {sign, verify, pack, unpack, signAndPack, unpackAndVerify, makeJWT, parseJWT} from './shc.js';

0 comments on commit e1cd8ea

Please sign in to comment.