Skip to content

Commit

Permalink
remove un-required devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Mar 27, 2015
1 parent ec9ad2b commit 35fcd12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@
, "devDependencies": {
"chalk": "^1.0.0"
, "codeclimate-test-reporter": "0.0.4"
, "ignored": "^2.0.2"
, "istanbul": "^0.3.4"
, "jshint": "^2.5.10"
, "mkdirp": "^0.5.0"
, "pre-commit": "0.0.9"
, "tape": "^3.0.3"
}
, "pre-commit": [
"coverage"
, "codeclimate"
]
, "engines": {
"node": ">=0.10"
Expand Down

0 comments on commit 35fcd12

Please sign in to comment.