Skip to content

Commit

Permalink
Removing some unused dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimbeng committed Mar 23, 2014
1 parent eeecc29 commit a575838
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,9 @@
},
"devDependencies": {
"mocha": "^1.17.0",
"mocha-lcov-reporter": "^0.0.1",
"coveralls": "^2.7.0",
"istanbul": "^0.2.3",
"should": "^3.1.0",
"rimraf": "^2.2.5",
"q": "^1.0.0",
"jshint": "^2.4.1",
"graceful-fs": "^2.0.1",
"gulp-jshint": "^1.4.0",
"mkdirp": "^0.3.5"
"gulp-jshint": "^1.4.0"
},
"scripts": {
"test": "node gulpfile.js && NODE_ENV=test mocha --reporter spec"
Expand Down

0 comments on commit a575838

Please sign in to comment.