Replace cross-spawn-async with cross-spawn (#1563)
Both packages have been merged and cross-spawn is now doing the same as cross-spawn-async before
Showing
| ... | @@ -54,7 +54,7 @@ | ... | @@ -54,7 +54,7 @@ |
| "dependencies": { | "dependencies": { | ||
| "async-foreach": "^0.1.3", | "async-foreach": "^0.1.3", | ||
| "chalk": "^1.1.1", | "chalk": "^1.1.1", | ||
| "cross-spawn-async": "^2.1.9", | "cross-spawn": "^3.0.0", | ||
| "gaze": "^1.0.0", | "gaze": "^1.0.0", | ||
| "get-stdin": "^4.0.1", | "get-stdin": "^4.0.1", | ||
| "glob": "^7.0.3", | "glob": "^7.0.3", | ||
| ... | ... |
Please
register
or
sign in
to comment