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 df7741c commit a621ffeCopy full SHA for a621ffe
package.json
@@ -21,7 +21,6 @@
21
"devDependencies": {
22
"grunt": "0.4.4",
23
"grunt-cli": "0.1.13",
24
- "grunt-browserify": "2.0.8",
25
"grunt-contrib-clean": "0.5.0",
26
"load-grunt-tasks": "0.4.0",
27
"grunt-docular": "0.1.2",
@@ -43,15 +42,14 @@
43
42
"karma-mocha": "~0.1.3",
44
"karma-sinon": "~1.0.3",
45
"time-grunt": "~0.3.1",
46
- "browserify": "~4.1.2"
+ "browserify": "^3.46.1",
+ "grunt-browserify": "^2.0.8"
47
},
48
"scripts": {
49
"test": "node node_modules/grunt-cli/bin/grunt test"
50
51
"dependencies": {
52
"observe-js": "0.1.0",
53
- "mout": "0.9.1",
54
- "browserify": "^3.46.1",
55
- "grunt-browserify": "^2.0.8"
+ "mout": "0.9.1"
56
}
57
0 commit comments