mirror of
https://github.com/danbulant/jose
synced 2026-05-19 04:18:52 +00:00
parent
c60953fe64
commit
8c29107aea
2 changed files with 2 additions and 1 deletions
|
|
@ -56,6 +56,7 @@
|
|||
}
|
||||
},
|
||||
"exports": {
|
||||
"./package.json": "./package.json",
|
||||
"./jwe/compact/decrypt": {
|
||||
"browser": "./dist/browser/jwe/compact/decrypt.js",
|
||||
"import": "./dist/node/esm/jwe/compact/decrypt.js",
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ const exp = all.reduce((acc, mod) => {
|
|||
require: "./dist/node/webcrypto/cjs/" + foo + ".js",
|
||||
};
|
||||
return acc;
|
||||
}, {});
|
||||
}, { './package.json': './package.json' });
|
||||
|
||||
package.exports = exp;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue