Skip to content

Commit

Permalink
--save is no longer needed (facebook#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 n8schloss committed Jan 31, 2019
1 parent 48b213d commit 2f9e7ad
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 2f9e7ad

Please sign in to comment.