From aa434d52561819da87cee5c4f9538b6e0b93fcdd Mon Sep 17 00:00:00 2001 From: Joe Haddad Date: Mon, 6 Mar 2017 14:22:28 -0500 Subject: [PATCH] Adjust changelog wording --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9308817c..a790aaff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ #### :bug: Bug Fix * `create-react-app` - * [#1706](https://github.com/facebookincubator/create-react-app/pull/1706) Extract for package name when installing compressed packages. ([@Timer](https://github.com/Timer)) + * [#1706](https://github.com/facebookincubator/create-react-app/pull/1706) Extract compressed package for package name. ([@Timer](https://github.com/Timer)) You may now specify a scoped package for `--scripts-version` and obtain a working installation. @@ -95,9 +95,9 @@ npm install -g create-react-app@1.3.0 #### :rocket: New Feature * `create-react-app` * [#1423](https://github.com/facebookincubator/create-react-app/pull/1423) **Fall back to Yarn offline cache when creating a new project.** ([@voxsim](https://github.com/voxsim)) - + If you are using Yarn, and you have created at least one app previously, Create React App now works offline. - + Yarn offline installation demo #### :bug: Bug Fix