Merge pull request #18 from diasdavid/fix-jsnext

fix jsnext:main
This commit is contained in:
David Dias 2016-04-12 22:13:03 +01:00
commit 3c55473a45

View File

@ -3,7 +3,7 @@
"version": "0.6.5",
"description": "IPFS Peer Id implementation in Node.js",
"main": "lib/index.js",
"jsnext": "src/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"lint": "dignified-lint",
"build": "dignified-build",