Skip to content

Commit

Permalink
jsnext add
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Apr 12, 2016
1 parent f374ab4 commit 13f98c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ build/Release

# Optional REPL history
.node_repl_history

test
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 13f98c8

Please sign in to comment.