Skip to content

Commit

Permalink
fix: allow plugins such as jose-chacha to work in newer node runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Sep 10, 2020
1 parent 181a454 commit 30f1dc2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@
"license": "MIT",
"author": "Filip Skokan <panva.ip@gmail.com>",
"exports": {
"import": "./lib/index.mjs",
"require": "./lib/index.js"
".": {
"import": "./lib/index.mjs",
"require": "./lib/index.js"
},
"./": "./"
},
"main": "lib/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 30f1dc2

Please sign in to comment.