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 907b51d
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 @@ -5,7 +5,7 @@
"bin": {
"jsipfs": "src/cli/bin.js"
},
"main": "lib/core/index.js",
"main": "src/core/index.js",
"jsnext:main": "src/core/index.js",
"scripts": {
"lint": "aegir-lint",
Expand Down

0 comments on commit 907b51d

Please sign in to comment.