splore: Align versions of browserify and watchify

This is so that they "use" the same version
This commit is contained in:
Erik Arvidsson
2015-11-03 17:01:32 -05:00
parent 26752bcb5a
commit 8f7416b4e6
+2 -2
View File
@@ -9,10 +9,10 @@
"babel": "^5.6.23",
"babel-eslint": "^4.1.3",
"babelify": "^6.1.3",
"browserify": "^6.2.0",
"browserify": "^12.0.1",
"eslint": "^1.7.3",
"eslint-plugin-react": "^3.6.3",
"watchify": "^2.1.1"
"watchify": "^3.6"
},
"scripts": {
"start": "watchify -o out.js -t babelify -v -d main.js",