Skip to content

Commit 39aa17c

Browse files
Bump version.
1 parent f98cfeb commit 39aa17c

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

packages/cra-template-typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"description": "The base TypeScript template for Create React App.",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/facebook/create-react-app.git",
13+
"url": "https://github.com/connecterra/create-react-app.git",
1414
"directory": "packages/cra-template-typescript"
1515
},
1616
"license": "MIT",
1717
"engines": {
1818
"node": ">=14"
1919
},
2020
"bugs": {
21-
"url": "https://github.com/facebook/create-react-app/issues"
21+
"url": "https://github.com/connecterra/create-react-app/issues"
2222
},
2323
"files": [
2424
"template",

packages/cra-template/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"description": "The base template for Create React App.",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/facebook/create-react-app.git",
12+
"url": "https://github.com/connecterra/create-react-app.git",
1313
"directory": "packages/cra-template"
1414
},
1515
"license": "MIT",
1616
"engines": {
1717
"node": ">=14"
1818
},
1919
"bugs": {
20-
"url": "https://github.com/facebook/create-react-app/issues"
20+
"url": "https://github.com/connecterra/create-react-app/issues"
2121
},
2222
"files": [
2323
"template",

packages/create-react-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"description": "Create React apps with no build configuration.",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/facebook/create-react-app.git",
10+
"url": "https://github.com/connecterra/create-react-app.git",
1111
"directory": "packages/create-react-app"
1212
},
1313
"license": "MIT",
1414
"engines": {
1515
"node": ">=14"
1616
},
1717
"bugs": {
18-
"url": "https://github.com/facebook/create-react-app/issues"
18+
"url": "https://github.com/connecterra/create-react-app/issues"
1919
},
2020
"files": [
2121
"index.js",

packages/react-dev-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"description": "webpack utilities used by Create React App",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/facebook/create-react-app.git",
7+
"url": "https://github.com/connecterra/create-react-app.git",
88
"directory": "packages/react-dev-utils"
99
},
1010
"license": "MIT",
1111
"bugs": {
12-
"url": "https://github.com/facebook/create-react-app/issues"
12+
"url": "https://github.com/connecterra/create-react-app/issues"
1313
},
1414
"engines": {
1515
"node": ">=14"

packages/react-scripts/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"name": "react-scripts",
3-
"version": "5.0.1",
2+
"name": "@connecterra/react-scripts",
3+
"version": "5.0.1-alpha-01",
44
"description": "Configuration and scripts for Create React App.",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/facebook/create-react-app.git",
7+
"url": "https://github.com/connecterra/create-react-app.git",
88
"directory": "packages/react-scripts"
99
},
1010
"license": "MIT",
1111
"engines": {
1212
"node": ">=14.0.0"
1313
},
1414
"bugs": {
15-
"url": "https://github.com/facebook/create-react-app/issues"
15+
"url": "https://github.com/connecterra/create-react-app/issues"
1616
},
1717
"files": [
1818
"bin",

0 commit comments

Comments
 (0)