Fix package repository name (#3900)

This commit is contained in:
Michaël De Boey
2018-01-23 01:25:03 +01:00
committed by Dan Abramov
parent 25184c4e91
commit 3767d91886
9 changed files with 9 additions and 9 deletions

View File

@@ -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",

View File

@@ -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"

View File

@@ -7,7 +7,7 @@
"scripts": {
"test": "jest"
},
"repository": "facebookincubator/create-react-app",
"repository": "facebook/create-react-app",
"keywords": [
"eslint",
"globals"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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: