From 07187d54ca4cf81a60d74c6546d00e1f6287ffd9 Mon Sep 17 00:00:00 2001 From: kami Date: Wed, 27 Dec 2017 14:03:32 -0700 Subject: [PATCH 1/2] maintained fork info in readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6009e8a6d8..fd0aa6a001 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Create React App [![Build Status](https://travis-ci.org/facebookincubator/create-react-app.svg?branch=master)](https://travis-ci.org/facebookincubator/create-react-app) +## @ethersage/react-scripts +This is fork is maintained for the purpose of publishing `@ethersage/react-scripts` only. + +- Work shoud be merged to the `ethersage` branch +- Changes should not be made to any package other that `react-scripts`. +- New versions of `@facebookincubator/create-react-app` upstream will be merged into `ethersage` regularly. The first ethersage release off of a given upstream semver version will have the same version will use a pre-release version of the upstream, such as `@ethersage/react-scripts@1.0.17-ethersage.1`. + Create React apps with no build configuration. * [Getting Started](#getting-started) – How to create a new app. From d7e77ad92cbfb88ba958e967c1be6ac2f860dfca Mon Sep 17 00:00:00 2001 From: kami Date: Wed, 27 Dec 2017 14:07:12 -0700 Subject: [PATCH 2/2] grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd0aa6a001..20d95869c9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is fork is maintained for the purpose of publishing `@ethersage/react-scrip - Work shoud be merged to the `ethersage` branch - Changes should not be made to any package other that `react-scripts`. -- New versions of `@facebookincubator/create-react-app` upstream will be merged into `ethersage` regularly. The first ethersage release off of a given upstream semver version will have the same version will use a pre-release version of the upstream, such as `@ethersage/react-scripts@1.0.17-ethersage.1`. +- New versions of `@facebookincubator/create-react-app` upstream will be merged into `ethersage` regularly. The first ethersage release off of a given upstream semver version will have the same version. Thereafter, changes to an upstream version will use a pre-release version of the upstream, such as `@ethersage/react-scripts@1.0.17-ethersage.1`. Create React apps with no build configuration.