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

Commit 7ecde65

Browse files
committed
update package.json to point to main entry point
1 parent e2dc3d6 commit 7ecde65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"bin": {
66
"jsipfs": "src/cli/bin.js"
77
},
8-
"main": "src/index.js",
8+
"main": "src/core/index.js",
99
"scripts": {
1010
"lint": "standard --verbose | snazzy",
1111
"coverage": "istanbul cover --print both -- _mocha tests/test-core/index.js",

0 commit comments

Comments
 (0)