We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f374ab4 commit 13f98c8Copy full SHA for 13f98c8
.npmignore
@@ -24,3 +24,5 @@ build/Release
24
25
# Optional REPL history
26
.node_repl_history
27
+
28
+test
package.json
@@ -2,7 +2,8 @@
2
"name": "peer-id",
3
"version": "0.6.4",
4
"description": "IPFS Peer Id implementation in Node.js",
5
- "main": "src/index.js",
+ "main": "lib/index.js",
6
+ "jsnext": "src/index.js",
7
"scripts": {
8
"lint": "dignified-lint",
9
"build": "dignified-build",
0 commit comments