Skip to content

Commit 3767d91

Browse files
MichaelDeBoeygaearon
authored andcommitted
Fix package repository name (facebook#3900)
1 parent 25184c4 commit 3767d91

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"useWorkspaces": true,
55
"version": "independent",
66
"changelog": {
7-
"repo": "facebookincubator/create-react-app",
7+
"repo": "facebook/create-react-app",
88
"labels": {
99
"tag: new feature": ":rocket: New Feature",
1010
"tag: breaking change": ":boom: Breaking Change",

packages/babel-preset-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "babel-preset-react-app",
33
"version": "3.1.1",
44
"description": "Babel preset used by Create React App",
5-
"repository": "facebookincubator/create-react-app",
5+
"repository": "facebook/create-react-app",
66
"license": "MIT",
77
"bugs": {
88
"url": "https://github.com/facebook/create-react-app/issues"

packages/confusing-browser-globals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"test": "jest"
99
},
10-
"repository": "facebookincubator/create-react-app",
10+
"repository": "facebook/create-react-app",
1111
"keywords": [
1212
"eslint",
1313
"globals"

packages/create-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"react"
66
],
77
"description": "Create React apps with no build configuration.",
8-
"repository": "facebookincubator/create-react-app",
8+
"repository": "facebook/create-react-app",
99
"license": "MIT",
1010
"engines": {
1111
"node": ">=4"

packages/eslint-config-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eslint-config-react-app",
33
"version": "2.1.0",
44
"description": "ESLint configuration used by Create React App",
5-
"repository": "facebookincubator/create-react-app",
5+
"repository": "facebook/create-react-app",
66
"license": "MIT",
77
"bugs": {
88
"url": "https://github.com/facebook/create-react-app/issues"

packages/react-dev-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-dev-utils",
33
"version": "5.0.0",
44
"description": "Webpack utilities used by Create React App",
5-
"repository": "facebookincubator/create-react-app",
5+
"repository": "facebook/create-react-app",
66
"license": "MIT",
77
"bugs": {
88
"url": "https://github.com/facebook/create-react-app/issues"

packages/react-error-overlay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": "cross-env NODE_ENV=development node build.js",
1111
"build:prod": "cross-env NODE_ENV=production node build.js"
1212
},
13-
"repository": "facebookincubator/create-react-app",
13+
"repository": "facebook/create-react-app",
1414
"license": "MIT",
1515
"bugs": {
1616
"url": "https://github.com/facebook/create-react-app/issues"

packages/react-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-scripts",
33
"version": "1.1.0",
44
"description": "Configuration and scripts for Create React App.",
5-
"repository": "facebookincubator/create-react-app",
5+
"repository": "facebook/create-react-app",
66
"license": "MIT",
77
"engines": {
88
"node": ">=6"

packages/react-scripts/template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2419,7 +2419,7 @@ If none of these solutions help please leave a comment [in this thread](https://
24192419

24202420
### `npm test` hangs on macOS Sierra
24212421

2422-
If you run `npm test` and the console gets stuck after printing `react-scripts test --env=jsdom` to the console there might be a problem with your [Watchman](https://facebook.github.io/watchman/) installation as described in [facebookincubator/create-react-app#713](https://github.com/facebook/create-react-app/issues/713).
2422+
If you run `npm test` and the console gets stuck after printing `react-scripts test --env=jsdom` to the console there might be a problem with your [Watchman](https://facebook.github.io/watchman/) installation as described in [facebook/create-react-app#713](https://github.com/facebook/create-react-app/issues/713).
24232423

24242424
We recommend deleting `node_modules` in your project and running `npm install` (or `yarn` if you use it) first. If it doesn't help, you can try one of the numerous workarounds mentioned in these issues:
24252425

0 commit comments

Comments
 (0)