Merge pull request #17 from diasdavid/jsnext-add

jsnext add
This commit is contained in:
David Dias 2016-04-12 21:24:11 +01:00
commit e45a9f4083
2 changed files with 4 additions and 1 deletions

View File

@ -24,3 +24,5 @@ build/Release
# Optional REPL history
.node_repl_history
test

View File

@ -2,7 +2,8 @@
"name": "peer-id",
"version": "0.6.4",
"description": "IPFS Peer Id implementation in Node.js",
"main": "src/index.js",
"main": "lib/index.js",
"jsnext": "src/index.js",
"scripts": {
"lint": "dignified-lint",
"build": "dignified-build",