--save is no longer needed (#13756)

`--save` is on by default as of [npm 5](https://blog.npmjs.org/post/161081169345/v500), and `npm install aphrodite` is functionally equivalent to `npm install --save aphrodite` now
This commit is contained in:
Joe Cortopassi
2018-10-01 13:15:11 -05:00
committed by Dan Abramov
parent ce96e2df4d
commit 8315a30b9b

View File

@@ -9,7 +9,7 @@ This package allows you to test arbitrary values and see if they're a particular
yarn add react-is
# NPM
npm install react-is --save
npm install react-is
```
## Usage