Skip to content

Commit 659446f

Browse files
MichaelDeBoeygaearon
authored andcommitted
Fix package repository name (facebook#3900)
1 parent 8070359 commit 659446f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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"

template/README.md

Lines changed: 1 addition & 1 deletion
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)