Skip to content

Commit 13f98c8

Browse files
committed
jsnext add
1 parent f374ab4 commit 13f98c8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ build/Release
2424

2525
# Optional REPL history
2626
.node_repl_history
27+
28+
test

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "peer-id",
33
"version": "0.6.4",
44
"description": "IPFS Peer Id implementation in Node.js",
5-
"main": "src/index.js",
5+
"main": "lib/index.js",
6+
"jsnext": "src/index.js",
67
"scripts": {
78
"lint": "dignified-lint",
89
"build": "dignified-build",

0 commit comments

Comments
 (0)