deps-install
Advanced tools
Comparing version
@@ -15,3 +15,4 @@ 'use strict'; | ||
const installed = cmd => { | ||
return !cp.spawnSync(cmd, ['--version']).error; | ||
// shell: true must be set for this test to work on non *nixes. | ||
return !cp.spawnSync(cmd, ['--version'], {shell: true}).error; | ||
}; | ||
@@ -18,0 +19,0 @@ |
{ | ||
"name": "deps-install", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Tiny tool to install dependencies with bower, npm, or yarn", | ||
@@ -19,3 +19,3 @@ "repository": "brunch/deps-install", | ||
"dependencies": { | ||
"loggy": "~0.3.5", | ||
"loggy": "^1", | ||
"micro-promisify": "~0.1.0" | ||
@@ -22,0 +22,0 @@ }, |
Sorry, the diff of this file is not supported yet
2730
3.29%52
1.96%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated