Skip to content

Commit 3c55473

Browse files
committed
Merge pull request #18 from diasdavid/fix-jsnext
fix jsnext:main
2 parents bbf6bae + 8771627 commit 3c55473

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
@@ -3,7 +3,7 @@
33
"version": "0.6.5",
44
"description": "IPFS Peer Id implementation in Node.js",
55
"main": "lib/index.js",
6-
"jsnext": "src/index.js",
6+
"jsnext:main": "src/index.js",
77
"scripts": {
88
"lint": "dignified-lint",
99
"build": "dignified-build",

0 commit comments

Comments
 (0)