Skip to content

Commit

Permalink
fix: remove unused dependencies. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgtybhertgeghgtwtg authored and bcoe committed Dec 3, 2016
1 parent 39558d2 commit baca0e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -11,19 +11,18 @@
"xposttest": "istanbul check-coverage --statements 95 --branches 80"
},
"dependencies": {
"async": "^1.4.2",
"istanbul-lib-coverage": "^1.0.0-alpha",
"mkdirp": "^0.5.1",
"path-parse": "^1.0.5",
"rimraf": "^2.4.3",
"supports-color": "^3.1.2"
},
"devDependencies": {
"chai": "^3.0.0",
"coveralls": "^2.11.4",
"istanbul": "^0.4.0",
"jshint": "^2.8.0",
"mocha": "^2.3.3"
"mocha": "^2.3.3",
"rimraf": "^2.4.3"
},
"license": "BSD-3-Clause",
"bugs": {
Expand Down

0 comments on commit baca0e6

Please sign in to comment.