Skip to content

Commit

Permalink
fix: update repo URL to be the soon-to-be archived repo for React pac…
Browse files Browse the repository at this point in the history
…kages (#3498)
  • Loading branch information
nicholasrice authored Jul 13, 2020
1 parent 7cd003e commit 693d7fd
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/fast.git"
"url": "git+https://github.com/microsoft/fast-react.git"
},
"bugs": {
"url": "https://github.com/Microsoft/fast/issues/new/choose"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/fast.git"
"url": "git+https://github.com/microsoft/fast-react.git"
},
"bugs": {
"url": "https://github.com/Microsoft/fast/issues/new/choose"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/fast.git"
"url": "git+https://github.com/microsoft/fast-react.git"
},
"bugs": {
"url": "https://github.com/Microsoft/fast/issues/new/choose"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/fast-components-react-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/fast.git"
"url": "git+https://github.com/microsoft/fast-react.git"
},
"bugs": {
"url": "https://github.com/Microsoft/fast/issues/new/choose"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/fast-components-react-msft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/fast.git"
"url": "git+https://github.com/microsoft/fast-react.git"
},
"bugs": {
"url": "https://github.com/Microsoft/fast/issues/new/choose"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/fast-components-styles-msft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/fast.git"
"url": "git+https://github.com/microsoft/fast-react.git"
},
"bugs": {
"url": "https://github.com/Microsoft/fast/issues/new/choose"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/fast-jss-manager-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/fast.git"
"url": "git+https://github.com/microsoft/fast-react.git"
},
"bugs": {
"url": "https://github.com/Microsoft/fast/issues/new/choose"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/fast-jss-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/fast.git"
"url": "git+https://github.com/microsoft/fast-react.git"
},
"bugs": {
"url": "https://github.com/Microsoft/fast/issues/new/choose"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/fast-jss-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/fast.git"
"url": "git+https://github.com/microsoft/fast-react.git"
},
"bugs": {
"url": "https://github.com/Microsoft/fast/issues/new/choose"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/fast-layouts-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/fast.git"
"url": "git+https://github.com/microsoft/fast-react.git"
},
"bugs": {
"url": "https://github.com/Microsoft/fast/issues/new/choose"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/fast-react-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/fast.git"
"url": "git+https://github.com/microsoft/fast-react.git"
},
"bugs": {
"url": "https://github.com/Microsoft/fast/issues/new/choose"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/fast.git"
"url": "git+https://github.com/microsoft/fast-react.git"
},
"bugs": {
"url": "https://github.com/Microsoft/fast/issues/new/choose"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/fast-storybook-presets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/fast.git"
"url": "git+https://github.com/microsoft/fast-react.git"
},
"bugs": {
"url": "https://github.com/Microsoft/fast/issues/new/choose"
Expand Down

0 comments on commit 693d7fd

Please sign in to comment.