Skip to content

Commit 8bf8d21

Browse files
committed
Add missing grunt-gulp dependency, Remove unused dependencies
1 parent 4016748 commit 8bf8d21

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,14 @@
1616
},
1717
"devDependencies": {
1818
"grunt": "^0.4.4",
19-
"grunt-bump": "0.0.16",
20-
"grunt-complexity": "^0.2.0",
21-
"grunt-contrib-jshint": "^0.10.0",
22-
"grunt-istanbul-coverage": "^0.1.0",
23-
"grunt-karma": "^0.9.0",
19+
"grunt-bump": "^0.3.0",
2420
"gulp": "^3.8.11",
2521
"gulp-bump": "^0.1.11",
2622
"gulp-jshint": "^1.9.4",
23+
"gulp-plato": "^1.0.2",
2724
"jshint": "^2.6.0",
2825
"jshint-stylish": "^1.0.1",
29-
"karma": "^0.12.25",
26+
"karma": "^0.12.31",
3027
"karma-chrome-launcher": "^0.1.5",
3128
"karma-coverage": "^0.2.1",
3229
"karma-firefox-launcher": "^0.1.3",
@@ -38,9 +35,6 @@
3835
"run-browser": "^2.0.2",
3936
"tape": "^3.5.0"
4037
},
41-
"peerDependencies": {
42-
"grunt-cli": "0.1.13"
43-
},
4438
"scripts": {
4539
"test": "npm run test-browserify && gulp --verbose",
4640
"test-browserify": "run-browser test/commonjs/browserify.test.js -b",

0 commit comments

Comments
 (0)