diff --git a/lerna.json b/lerna.json index f1d78d84bae..093d206cdc9 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "useWorkspaces": true, "version": "independent", "changelog": { - "repo": "facebookincubator/create-react-app", + "repo": "facebook/create-react-app", "labels": { "tag: new feature": ":rocket: New Feature", "tag: breaking change": ":boom: Breaking Change", diff --git a/packages/babel-preset-react-app/package.json b/packages/babel-preset-react-app/package.json index 3e2cf322aa8..5e3f3b0a5ff 100644 --- a/packages/babel-preset-react-app/package.json +++ b/packages/babel-preset-react-app/package.json @@ -2,7 +2,7 @@ "name": "babel-preset-react-app", "version": "3.1.1", "description": "Babel preset used by Create React App", - "repository": "facebookincubator/create-react-app", + "repository": "facebook/create-react-app", "license": "MIT", "bugs": { "url": "https://github.com/facebook/create-react-app/issues" diff --git a/packages/confusing-browser-globals/package.json b/packages/confusing-browser-globals/package.json index 15471be6531..b96cff9ef93 100644 --- a/packages/confusing-browser-globals/package.json +++ b/packages/confusing-browser-globals/package.json @@ -7,7 +7,7 @@ "scripts": { "test": "jest" }, - "repository": "facebookincubator/create-react-app", + "repository": "facebook/create-react-app", "keywords": [ "eslint", "globals" diff --git a/packages/create-react-app/package.json b/packages/create-react-app/package.json index 0b78a1fae37..1a66c6a7f3c 100644 --- a/packages/create-react-app/package.json +++ b/packages/create-react-app/package.json @@ -5,7 +5,7 @@ "react" ], "description": "Create React apps with no build configuration.", - "repository": "facebookincubator/create-react-app", + "repository": "facebook/create-react-app", "license": "MIT", "engines": { "node": ">=4" diff --git a/packages/eslint-config-react-app/package.json b/packages/eslint-config-react-app/package.json index 14637f503d6..dc9d5f49a29 100644 --- a/packages/eslint-config-react-app/package.json +++ b/packages/eslint-config-react-app/package.json @@ -2,7 +2,7 @@ "name": "eslint-config-react-app", "version": "2.1.0", "description": "ESLint configuration used by Create React App", - "repository": "facebookincubator/create-react-app", + "repository": "facebook/create-react-app", "license": "MIT", "bugs": { "url": "https://github.com/facebook/create-react-app/issues" diff --git a/packages/react-dev-utils/package.json b/packages/react-dev-utils/package.json index d52695f3e15..05bddedae05 100644 --- a/packages/react-dev-utils/package.json +++ b/packages/react-dev-utils/package.json @@ -2,7 +2,7 @@ "name": "react-dev-utils", "version": "5.0.0", "description": "Webpack utilities used by Create React App", - "repository": "facebookincubator/create-react-app", + "repository": "facebook/create-react-app", "license": "MIT", "bugs": { "url": "https://github.com/facebook/create-react-app/issues" diff --git a/packages/react-error-overlay/package.json b/packages/react-error-overlay/package.json index 0e9735ace93..60d8195f2a3 100644 --- a/packages/react-error-overlay/package.json +++ b/packages/react-error-overlay/package.json @@ -10,7 +10,7 @@ "build": "cross-env NODE_ENV=development node build.js", "build:prod": "cross-env NODE_ENV=production node build.js" }, - "repository": "facebookincubator/create-react-app", + "repository": "facebook/create-react-app", "license": "MIT", "bugs": { "url": "https://github.com/facebook/create-react-app/issues" diff --git a/packages/react-scripts/package.json b/packages/react-scripts/package.json index 44a5042d63c..7fa42331eff 100644 --- a/packages/react-scripts/package.json +++ b/packages/react-scripts/package.json @@ -2,7 +2,7 @@ "name": "react-scripts", "version": "1.1.0", "description": "Configuration and scripts for Create React App.", - "repository": "facebookincubator/create-react-app", + "repository": "facebook/create-react-app", "license": "MIT", "engines": { "node": ">=6" diff --git a/packages/react-scripts/template/README.md b/packages/react-scripts/template/README.md index 454dc1da1be..17a85d627f2 100644 --- a/packages/react-scripts/template/README.md +++ b/packages/react-scripts/template/README.md @@ -2419,7 +2419,7 @@ If none of these solutions help please leave a comment [in this thread](https:// ### `npm test` hangs on macOS Sierra -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). +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). 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: