We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 558da4b commit 6beda60Copy full SHA for 6beda60
README.md
@@ -22,11 +22,13 @@ $ npm-run-all --parallel watch:*
22
23
## Installation
24
25
-```
26
-$ npm install npm-run-all
+```bash
+$ npm install npm-run-all --save-dev
27
+# or
28
+$ yarn add npm-run-all --dev
29
```
30
-- It requires `Node@>=4` and `npm@>=2`
31
+- It requires `Node@>=4`.
32
- The `npm-run-all` package introduces 3 CLI commands: `npm-run-all`, `run-s`, and `run-p`.
33
34
## CLI Commands
package.json
@@ -13,8 +13,7 @@
13
"lib"
14
],
15
"engines": {
16
- "node": ">= 4",
17
- "npm": ">= 2"
+ "node": ">= 4"
18
},
19
"scripts": {
20
"_mocha": "mocha \"test/*.js\" --compilers js:babel-register --timeout 60000",
0 commit comments