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 92b7798 commit 9c18d33Copy full SHA for 9c18d33
package.json
@@ -3,7 +3,7 @@
3
"version": "0.7.3",
4
"description": "IPFS Repo implementation",
5
"main": "lib/index.js",
6
- "jsnext:main": "src/index.js",
+ "browser": "src/index.js",
7
"scripts": {
8
"test": "aegir-test",
9
"test:node": "aegir-test node",
@@ -61,4 +61,4 @@
61
"dignifiedquire <dignifiedquire@gmail.com>",
62
"greenkeeperio-bot <support@greenkeeper.io>"
63
]
64
-}
+}
0 commit comments