bower-npm-install
Advanced tools
Comparing version
@@ -52,2 +52,8 @@ 'use strict'; | ||
.end() | ||
.opt() | ||
.name('npm-args') | ||
.title('Pass options specified in ' + C.yellow('npm-args') + ' to ' + C.blueBright('npm install')) | ||
.long('npm-args') | ||
.arr() | ||
.end() | ||
.completable() | ||
@@ -54,0 +60,0 @@ .act(function(opts) { |
@@ -89,2 +89,6 @@ 'use strict'; | ||
if (options['npm-args']) { | ||
npmArgs = npmArgs.concat(options['npm-args']); | ||
} | ||
Object.keys(list) | ||
@@ -91,0 +95,0 @@ .map(function(key) { |
{ | ||
"name": "bower-npm-install", | ||
"version": "0.5.8", | ||
"version": "0.5.9", | ||
"homepage": "http://github.com/arikon/bower-npm-install", | ||
@@ -5,0 +5,0 @@ "author": "Sergey Belov <peimei@ya.ru> (http://github.com/arikon)", |
14454
12.45%12
9.09%204
4.62%