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

Commit 907b51d

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

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
@@ -5,7 +5,7 @@
55
"bin": {
66
"jsipfs": "src/cli/bin.js"
77
},
8-
"main": "lib/core/index.js",
8+
"main": "src/core/index.js",
99
"jsnext:main": "src/core/index.js",
1010
"scripts": {
1111
"lint": "aegir-lint",

0 commit comments

Comments
 (0)