Skip to content

Commit 17880c4

Browse files
committed
Build: browserify is only a devDependency
1 parent 936058b commit 17880c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
],
2626
"license": "Apache-2.0",
2727
"dependencies": {
28-
"browserify": "^11.0.1",
2928
"es6-promise": "^2.0.1",
3029
"jsbn": "git+https://github.com/andyperlitch/jsbn.git",
3130
"lodash.assign": "^3.2.0",
@@ -43,7 +42,7 @@
4342
"uuid": "^2.0.1"
4443
},
4544
"devDependencies": {
46-
"browserify": "^8.1.3",
45+
"browserify": "^11.0.1",
4746
"chai": "^1.10.0",
4847
"conventional-changelog": "^0.4.3",
4948
"del": "^1.1.1",

0 commit comments

Comments
 (0)