From 84e4075a50d4600cb339edcf8858bdc987d03053 Mon Sep 17 00:00:00 2001 From: Eric Ferraiuolo Date: Fri, 2 Sep 2016 23:16:47 -0400 Subject: [PATCH] Fix version in CHANGELOG npm install command For the 0.4.0 CHANGELOG entry, the npm install command should be: ``` npm install --save-dev --save-exact react-scripts@0.4.0 ``` Not: ``` npm install --save-dev --save-exact react-scripts@0.3.1 ``` --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e79f1142356..196a1133030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ Inside any created project that has not been ejected, run: ``` -npm install --save-dev --save-exact react-scripts@0.3.1 +npm install --save-dev --save-exact react-scripts@0.4.0 ``` ### Breaking Change in 0.4.0