From 8497a0af30d67427959f1dd85434141544557029 Mon Sep 17 00:00:00 2001 From: Joe Cortopassi Date: Mon, 1 Oct 2018 13:00:54 -0500 Subject: [PATCH] --save is no longer needed `--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 --- packages/react-is/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-is/README.md b/packages/react-is/README.md index a089be7359a..d1d6f297194 100644 --- a/packages/react-is/README.md +++ b/packages/react-is/README.md @@ -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