bower-npm-install
Advanced tools
@@ -85,3 +85,3 @@ 'use strict'; | ||
npmBin = process.env.NPM || 'npm', | ||
npmBin = process.env.NPM || (process.platform === 'win32' ? 'npm.cmd' : 'npm'), | ||
npmArgs = ['install', options['npm-development'] ? '--development' : '--production'], | ||
@@ -88,0 +88,0 @@ promise = Q.resolve(); |
{ | ||
"name": "bower-npm-install", | ||
"version": "0.5.4", | ||
"version": "0.5.8", | ||
"homepage": "http://github.com/arikon/bower-npm-install", | ||
@@ -30,3 +30,3 @@ "author": "Sergey Belov <peimei@ya.ru> (http://github.com/arikon)", | ||
"peerDependencies": { | ||
"bower": "~1.2.8" | ||
"bower": "*" | ||
}, | ||
@@ -45,5 +45,5 @@ "optionalDependencies": {}, | ||
"devDependencies": { | ||
"bower": "~1.2.8", | ||
"bower": "git://github.com/arikon/bower.git#ed868f51778c292604be8c109d27a8bd1019798f", | ||
"jshint": "~2.4.3" | ||
} | ||
} |
12854
0.85%