Skip to content

Commit

Permalink
Docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Jan 17, 2017
1 parent 558da4b commit 6beda60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -22,11 +22,13 @@ $ npm-run-all --parallel watch:*

## Installation

```
$ npm install npm-run-all
```bash
$ npm install npm-run-all --save-dev
# or
$ yarn add npm-run-all --dev
```

- It requires `Node@>=4` and `npm@>=2`
- It requires `Node@>=4`.
- The `npm-run-all` package introduces 3 CLI commands: `npm-run-all`, `run-s`, and `run-p`.

## CLI Commands
Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -13,8 +13,7 @@
"lib"
],
"engines": {
"node": ">= 4",
"npm": ">= 2"
"node": ">= 4"
},
"scripts": {
"_mocha": "mocha \"test/*.js\" --compilers js:babel-register --timeout 60000",
Expand Down

0 comments on commit 6beda60

Please sign in to comment.