Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
fix(dependencies): change mkdirp to be a direct dependency
Browse files Browse the repository at this point in the history
mkdirp is not a peer dependency
  • Loading branch information
Ahmad Nassri authored Jan 31, 2017
2 parents 355f115 + 44b9731 commit 069da6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"snazzy": "^6.0.0",
"tap": "^9.0.2"
},
"peerDependencies": {
"dependencies": {
"mkdirp": "*"
}
}

0 comments on commit 069da6b

Please sign in to comment.