Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 0eaf646

Browse files
committed
Fixed require path
It was not possible to import 'ipfs' package before.
1 parent d983ff8 commit 0eaf646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"jsipfs": "src/cli/bin.js"
77
},
88
"main": "lib/core/index.js",
9-
"jsnext:main": "src/core/index.js",
9+
"jsnext:main": "src/index.js",
1010
"scripts": {
1111
"lint": "aegir-lint",
1212
"coverage": "gulp coverage",

0 commit comments

Comments
 (0)