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

Commit

Permalink
Move mkdirp to regular dependencies (#699)
Browse files Browse the repository at this point in the history
The mkdirp is technicaly runtime dependency for client
side installation - not development.
Is used by subgenerator and will be used by project
templates to create empty directories like wwwroot

Thanks!
  • Loading branch information
peterblazejewicz committed May 12, 2016
1 parent bd8afea commit 2d71b14
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 @@ -53,14 +53,14 @@
"chai": "^3.3.0",
"chalk": "^1.1.3",
"findup-sync": "^0.3.0",
"mkdirp": "^0.5.1",
"nconf": "^0.8.2",
"uuid": "^2.0.1",
"vs_projectname": "^1.0.0",
"yeoman-generator": "^0.19.2",
"yosay": "^1.1.1"
},
"devDependencies": {
"mkdirp": "^0.5.1",
"mocha": "^2.3.3"
},
"scripts": {
Expand Down

0 comments on commit 2d71b14

Please sign in to comment.