Skip to content

Commit

Permalink
docs(readme): provide example for package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Mar 3, 2017
1 parent 4dfa312 commit 268a183
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ before_deploy:
deploy:
skip_cleanup: true
provider: script
script: semantic-release pre && npm publish && semantic-release post || true
script: semantic-release pre && npm publish --access public && semantic-release post || true

on:
branch: master
Expand Down
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@
npm install --only=production --save @ahmadnassri/npm-install-group
```

###### `package.json`

```json
{
"dependencies": {
"abc": "1.2"
},

"devDependencies": {},

"fooDependencies": {
"a": "*",
"b": "*"
}
}
```

## CLI

```bash
Expand Down

0 comments on commit 268a183

Please sign in to comment.