Skip to content

Commit b138324

Browse files
committed
add package.json exports
1 parent bf2c3ec commit b138324

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"algos.js"
1313
],
1414
"main": "index.js",
15+
"exports": {
16+
".": "./index.js",
17+
"./algos": "./algos.js"
18+
},
1519
"repository": {
1620
"type": "git",
1721
"url": "https://github.com/crypto-browserify/browserify-sign.git"

0 commit comments

Comments
 (0)