Skip to content

Commit e95c82d

Browse files
committed
[dependencies] Remove unnecessary dependencies
1 parent 17e700b commit e95c82d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,14 @@
2424
"esprima": "1.2.2",
2525
"glob": "4.3.1",
2626
"handlebars": "1.3.0",
27-
"lodash": "2.4.1",
28-
"walk": "2.3.3"
27+
"lodash": "2.4.1"
2928
},
3029
"devDependencies": {
3130
"chai": "1.10.0",
3231
"chai-as-promised": "4.1.1",
3332
"coffee-script": "^1.8.0",
3433
"grunt": "0.4.5",
3534
"grunt-contrib-jshint": "0.10.0",
36-
"grunt-exec": "0.4.6",
37-
"grunt-istanbul": "0.2.4",
38-
"grunt-istanbul-coverage": "0.0.5",
3935
"mocha": "2.0.0"
4036
},
4137
"scripts": {

0 commit comments

Comments
 (0)