Skip to content

Commit 65cb80e

Browse files
committed
Modify react-scripts package.json.
Update the package name to match the project name and live under my scope, and update the repository links.
1 parent 3745ed1 commit 65cb80e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/react-scripts/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "react-scripts",
2+
"name": "@igetgames/spectacle-react-scripts",
33
"version": "0.8.5",
4-
"description": "Configuration and scripts for Create React App.",
5-
"repository": "facebookincubator/create-react-app",
4+
"description": "Configuration and scripts for Spectacle Create React App.",
5+
"repository": "igetgames/spectacle-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/igetgames/spectacle-create-react-app/issues"
1212
},
1313
"files": [
1414
".babelrc",

0 commit comments

Comments
 (0)