Skip to content

Commit 0ec3e27

Browse files
authored
fix: add exports (#217)
Otherwise we can't import
1 parent c0b1b40 commit 0ec3e27

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"!dist/test",
1111
"!**/*.tsbuildinfo"
1212
],
13+
"exports": {
14+
".": {
15+
"import": "./dist/src/index.js"
16+
}
17+
},
1318
"eslintConfig": {
1419
"extends": "ipfs",
1520
"parserOptions": {

0 commit comments

Comments
 (0)