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

Commit

Permalink
Fixed require path
Browse files Browse the repository at this point in the history
It was not possible to import 'ipfs' package before.
  • Loading branch information
nikuda committed Oct 2, 2016
1 parent d983ff8 commit 0eaf646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"jsipfs": "src/cli/bin.js"
},
"main": "lib/core/index.js",
"jsnext:main": "src/core/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"lint": "aegir-lint",
"coverage": "gulp coverage",
Expand Down

0 comments on commit 0eaf646

Please sign in to comment.