mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
--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:
committed by
Dan Abramov
parent
ce96e2df4d
commit
8315a30b9b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user