Skip to content

Commit a621ffe

Browse files
committed
Fixed grunt-browserify dependency
1 parent df7741c commit a621ffe

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"devDependencies": {
2222
"grunt": "0.4.4",
2323
"grunt-cli": "0.1.13",
24-
"grunt-browserify": "2.0.8",
2524
"grunt-contrib-clean": "0.5.0",
2625
"load-grunt-tasks": "0.4.0",
2726
"grunt-docular": "0.1.2",
@@ -43,15 +42,14 @@
4342
"karma-mocha": "~0.1.3",
4443
"karma-sinon": "~1.0.3",
4544
"time-grunt": "~0.3.1",
46-
"browserify": "~4.1.2"
45+
"browserify": "^3.46.1",
46+
"grunt-browserify": "^2.0.8"
4747
},
4848
"scripts": {
4949
"test": "node node_modules/grunt-cli/bin/grunt test"
5050
},
5151
"dependencies": {
5252
"observe-js": "0.1.0",
53-
"mout": "0.9.1",
54-
"browserify": "^3.46.1",
55-
"grunt-browserify": "^2.0.8"
53+
"mout": "0.9.1"
5654
}
5755
}

0 commit comments

Comments
 (0)