Skip to content

Commit

Permalink
fix: remove exports statement from package.json (#182)
Browse files Browse the repository at this point in the history
fixes #181
  • Loading branch information
mirceanis authored Jun 2, 2021
1 parent 9bea758 commit 5dbd6df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients",
"source": "src/index.ts",
"main": "./lib/index.js",
"exports": "./lib/index.modern.js",
"module": "./lib/index.module.js",
"unpkg": "./lib/index.umd.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 5dbd6df

Please sign in to comment.