Skip to content

Commit

Permalink
mkdirp is a dep, not a dev-dep
Browse files Browse the repository at this point in the history
fix #1
  • Loading branch information
maxkoryukov committed Apr 5, 2016
1 parent 41bd68d commit 61790e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"debug": "^2.2.0",
"istanbul": "^0.4.2",
"lodash": "^4.6.1",
"mkdirp": ">=0.3.0",
"mocha": "^2.4.5",
"mocha-lcov-reporter": "^1.2.0",
"rimraf": "^2.5.2"
},
"dependencies": {
"bluebird": "^3.3.4"
"bluebird": "^3.3.4",
"mkdirp": ">=0.3.0"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit 61790e9

Please sign in to comment.