Skip to content

Commit 9c18d33

Browse files
committed
change jsnext:main to browser
1 parent 92b7798 commit 9c18d33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.7.3",
44
"description": "IPFS Repo implementation",
55
"main": "lib/index.js",
6-
"jsnext:main": "src/index.js",
6+
"browser": "src/index.js",
77
"scripts": {
88
"test": "aegir-test",
99
"test:node": "aegir-test node",
@@ -61,4 +61,4 @@
6161
"dignifiedquire <dignifiedquire@gmail.com>",
6262
"greenkeeperio-bot <support@greenkeeper.io>"
6363
]
64-
}
64+
}

0 commit comments

Comments
 (0)