Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit d786b02

Browse files
committed
Created fork @nlesc/react-scripts
Refs #1
1 parent 5fa2d78 commit d786b02

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

packages/react-scripts/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# react-scripts
22

3+
The `@nlesc/react-scripts` package can be used by:
4+
5+
```
6+
create-react-app my-app --scripts-version @nlesc/react-scripts
7+
```
8+
39
This package includes scripts and configuration used by [Create React App](https://github.com/facebookincubator/create-react-app).
410
Please refer to its documentation:
511

packages/react-scripts/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "react-scripts",
3-
"version": "0.7.0",
4-
"description": "Configuration and scripts for Create React App.",
5-
"repository": "facebookincubator/create-react-app",
2+
"name": "@nlesc/react-scripts",
3+
"version": "0.0.1",
4+
"description": "Configuration and scripts for Create React App with Typescript.",
5+
"repository": "NLeSC/create-react-app",
66
"license": "BSD-3-Clause",
77
"engines": {
88
"node": ">=4"
99
},
1010
"bugs": {
11-
"url": "https://github.com/facebookincubator/create-react-app/issues"
11+
"url": "https://github.com/NLeSC/create-react-app/issues"
1212
},
1313
"files": [
1414
".babelrc",

0 commit comments

Comments
 (0)