From 3767d91886823349ec46288d9b7ea48d4149890a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Tue, 23 Jan 2018 01:25:03 +0100 Subject: [PATCH] Fix package repository name (#3900) --- lerna.json | 2 +- packages/babel-preset-react-app/package.json | 2 +- packages/confusing-browser-globals/package.json | 2 +- packages/create-react-app/package.json | 2 +- packages/eslint-config-react-app/package.json | 2 +- packages/react-dev-utils/package.json | 2 +- packages/react-error-overlay/package.json | 2 +- packages/react-scripts/package.json | 2 +- packages/react-scripts/template/README.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lerna.json b/lerna.json index f1d78d84..093d206c 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 3e2cf322..5e3f3b0a 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 15471be6..b96cff9e 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 0b78a1fa..1a66c6a7 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 14637f50..dc9d5f49 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 d52695f3..05bddeda 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 0e9735ac..60d8195f 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 44a5042d..7fa42331 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 454dc1da..17a85d62 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: