Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0ad5cb5

Browse files
authored
Merge pull request #16 from PaulRBerg/master
Replace "facebook" with "react-workspaces" in package.json files
2 parents 15a0d8b + 708525d commit 0ad5cb5

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

‎packages/babel-plugin-named-asset-import/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"description": "Babel plugin for named asset imports in Create React App",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/facebook/create-react-app.git",
7+
"url": "https://github.com/react-workspaces/create-react-app.git",
88
"directory": "packages/babel-plugin-named-asset-import"
99
},
1010
"license": "MIT",
1111
"bugs": {
12-
"url": "https://github.com/facebook/create-react-app/issues"
12+
"url": "https://github.com/react-workspaces/create-react-app/issues"
1313
},
1414
"main": "index.js",
1515
"files": [

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"description": "Babel preset used by Create React App",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/facebook/create-react-app.git",
7+
"url": "https://github.com/react-workspaces/create-react-app.git",
88
"directory": "packages/babel-preset-react-app"
99
},
1010
"license": "MIT",
1111
"bugs": {
12-
"url": "https://github.com/facebook/create-react-app/issues"
12+
"url": "https://github.com/react-workspaces/create-react-app/issues"
1313
},
1414
"files": [
1515
"create.js",

‎packages/confusing-browser-globals/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/facebook/create-react-app.git",
12+
"url": "https://github.com/react-workspaces/create-react-app.git",
1313
"directory": "packages/confusing-browser-globals"
1414
},
1515
"keywords": [

‎packages/cra-template-typescript/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"main": "template.json",
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/facebook/create-react-app.git",
14+
"url": "https://github.com/react-workspaces/create-react-app.git",
1515
"directory": "packages/cra-template-typescript"
1616
},
1717
"license": "MIT",
1818
"engines": {
1919
"node": ">=8.10"
2020
},
2121
"bugs": {
22-
"url": "https://github.com/facebook/create-react-app/issues"
22+
"url": "https://github.com/react-workspaces/create-react-app/issues"
2323
},
2424
"files": [
2525
"template",

‎packages/cra-template/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"main": "template.json",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/facebook/create-react-app.git",
13+
"url": "https://github.com/react-workspaces/create-react-app.git",
1414
"directory": "packages/cra-template"
1515
},
1616
"license": "MIT",
1717
"engines": {
1818
"node": ">=8"
1919
},
2020
"bugs": {
21-
"url": "https://github.com/facebook/create-react-app/issues"
21+
"url": "https://github.com/react-workspaces/create-react-app/issues"
2222
},
2323
"files": [
2424
"template",

‎packages/create-react-app/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
"description": "Create React apps with no build configuration.",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/facebook/create-react-app.git",
10+
"url": "https://github.com/react-workspaces/create-react-app.git",
1111
"directory": "packages/create-react-app"
1212
},
1313
"license": "MIT",
1414
"engines": {
1515
"node": ">=8"
1616
},
1717
"bugs": {
18-
"url": "https://github.com/facebook/create-react-app/issues"
18+
"url": "https://github.com/react-workspaces/create-react-app/issues"
1919
},
2020
"files": [
2121
"index.js",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"description": "ESLint configuration used by Create React App",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/facebook/create-react-app.git",
7+
"url": "https://github.com/react-workspaces/create-react-app.git",
88
"directory": "packages/eslint-config-react-app"
99
},
1010
"license": "MIT",
1111
"bugs": {
12-
"url": "https://github.com/facebook/create-react-app/issues"
12+
"url": "https://github.com/react-workspaces/create-react-app/issues"
1313
},
1414
"files": [
1515
"index.js"

‎packages/react-app-polyfill/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"description": "Polyfills for various browsers including commonly used language features",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/facebook/create-react-app.git",
7+
"url": "https://github.com/react-workspaces/create-react-app.git",
88
"directory": "packages/react-app-polyfill"
99
},
1010
"license": "MIT",
1111
"bugs": {
12-
"url": "https://github.com/facebook/create-react-app/issues"
12+
"url": "https://github.com/react-workspaces/create-react-app/issues"
1313
},
1414
"engines": {
1515
"node": ">=6"

‎packages/react-dev-utils/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"description": "webpack utilities used by Create React App",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/facebook/create-react-app.git",
7+
"url": "https://github.com/react-workspaces/create-react-app.git",
88
"directory": "packages/react-dev-utils"
99
},
1010
"license": "MIT",
1111
"bugs": {
12-
"url": "https://github.com/facebook/create-react-app/issues"
12+
"url": "https://github.com/react-workspaces/create-react-app/issues"
1313
},
1414
"engines": {
1515
"node": ">=8.10"

‎packages/react-error-overlay/package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/facebook/create-react-app.git",
15+
"url": "https://github.com/react-workspaces/create-react-app.git",
1616
"directory": "packages/react-error-overlay"
1717
},
1818
"license": "MIT",
1919
"bugs": {
20-
"url": "https://github.com/facebook/create-react-app/issues"
20+
"url": "https://github.com/react-workspaces/create-react-app/issues"
2121
},
2222
"keywords": [
2323
"overlay",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /