mirror of
https://github.com/danbulant/jose
synced 2026-05-25 04:51:47 +00:00
fix: allow plugins such as jose-chacha to work in newer node runtime
This commit is contained in:
parent
181a454f05
commit
30f1dc2c41
1 changed files with 5 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue