Skip to content

Commit

Permalink
--save is no longer needed (#14302)
Browse files Browse the repository at this point in the history
`--save` is on by default as of npm 5. `npm install create-subscription` is equivalent to `npm install --save create-subscription` now
  • Loading branch information
SamCortopassi authored and Sunil Pai committed Jan 23, 2019
1 parent 3f0bcaf commit 38247cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-subscription/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This abstraction can handle a variety of subscription types, including:
yarn add create-subscription

# NPM
npm install create-subscription --save
npm install create-subscription
```

# Usage
Expand Down

0 comments on commit 38247cb

Please sign in to comment.