Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 611462a

Browse files
committed
Update package.json to point to https://github.com/Microsoft/TypeScriptSamples
1 parent 533792c commit 611462a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jsx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/RyanCavanaugh/jsx-demo.git"
12+
"url": "https://github.com/Microsoft/TypeScriptSamples.git"
1313
},
1414
"keywords": [
1515
"jsx",
@@ -21,9 +21,9 @@
2121
"author": "Ryan Cavanaugh (Microsoft)",
2222
"license": "Apache",
2323
"bugs": {
24-
"url": "https://github.com/RyanCavanaugh/jsx-demo/issues"
24+
"url": "https://github.com/Microsoft/TypeScriptSamples/issues"
2525
},
26-
"homepage": "https://github.com/RyanCavanaugh/jsx-demo",
26+
"homepage": "https://github.com/Microsoft/TypeScriptSamples",
2727
"devDependencies": {
2828
"typescript": "latest",
2929
"http-server": "0.8.0",

0 commit comments

Comments
 (0)