fix(generators): use mkdirp-no-bin

When using npm link to develop against Ionic locally, most setups by
default require the use of 'sudo', which then requires the gulp clean
task to also be run with sudo.  Switch to mkdirp-no-bin so there are no
root owned files in dist/node_modules when using sudo npm link.
This commit is contained in:
Tim Lancina
2016-02-04 15:22:57 -06:00
parent 7d3d7f59a2
commit dcc20fa983
4 changed files with 8 additions and 8 deletions

View File

@ -12,8 +12,8 @@
"colors": "^1.1.2",
"inquirer": "0.11.0",
"lodash": "3.10.1",
"q": "1.4.1",
"shelljs": "0.5.3"
"mkdirp-no-bin": "0.5.1",
"q": "1.4.1"
},
"peerDependencies": {
"angular2": "^<%= angularVersion %>"