npm-run-parallel
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "npm-run-parallel", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Run npm tasks in parallel and exit when they are all done.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Run npm tasks in parallel and exit when they are all done. | ||
## Installation | ||
Locally (recommended, especially with npm scripts): | ||
`npm install npm-run-parallel` | ||
Globally, as a CLI: | ||
`npm install -g npm-run-parallel` | ||
## Usage | ||
@@ -4,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3787
43