Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Commit

Permalink
fix(deps): move mkdirp and rimraf to dependencies (#140)
Browse files Browse the repository at this point in the history
This only hurts individuals on npm2, as both packages are transitive
dependencies of many explicit dependencies already.

53899c7 added runtime require of mkdirp
189cdd2 added runtime require of rimraf

Fixes: #128
  • Loading branch information
evocateur authored and zkat committed Feb 21, 2018
1 parent 838e622 commit 60d232f
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 @@ -49,6 +49,7 @@
"make-fetch-happen": "^2.6.0",
"minimatch": "^3.0.4",
"mississippi": "^2.0.0",
"mkdirp": "^0.5.1",
"normalize-package-data": "^2.4.0",
"npm-package-arg": "^6.0.0",
"npm-packlist": "^1.1.10",
Expand All @@ -57,6 +58,7 @@
"promise-inflight": "^1.0.1",
"promise-retry": "^1.1.1",
"protoduck": "^5.0.0",
"rimraf": "^2.6.2",
"safe-buffer": "^5.1.1",
"semver": "^5.5.0",
"ssri": "^5.2.4",
Expand All @@ -65,12 +67,10 @@
"which": "^1.3.0"
},
"devDependencies": {
"mkdirp": "^0.5.1",
"nock": "^9.1.6",
"npmlog": "^4.1.2",
"nyc": "^11.4.1",
"require-inject": "^1.4.2",
"rimraf": "^2.6.2",
"standard": "^10.0.3",
"standard-version": "^4.3.0",
"tacks": "^1.2.6",
Expand Down

0 comments on commit 60d232f

Please sign in to comment.