Skip to content

Commit 28c7a4c

Browse files
authored
fix package.json homepage and repo url (#912)
1 parent 562ccd1 commit 28c7a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/svelte2tsx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"svelte",
99
"typescript"
1010
],
11-
"homepage": "https://github.com/halfnelson/svelte2tsx",
11+
"homepage": "https://github.com/sveltejs/language-tools/tree/master/packages/svelte2tsx",
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/halfnelson/svelte2tsx.git"
14+
"url": "https://github.com/sveltejs/language-tools/tree/master/packages/svelte2tsx"
1515
},
1616
"type": "commonjs",
1717
"main": "index.js",

0 commit comments

Comments
 (0)