Skip to content

Commit 0c3e22b

Browse files
committed
chore: cleanup package.json
1 parent b10a8a3 commit 0c3e22b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

packages/svelte-hmr/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,20 @@
55
"main": "index.js",
66
"author": "rixo <rixo@rixo.fr>",
77
"license": "ISC",
8-
"homepage": "https://github.com/rixo/svelte-hmr",
8+
"homepage": "https://github.com/sveltejs/svelte-hmr",
99
"bugs": {
10-
"url": "https://github.com/rixo/svelte-hmr/issues"
10+
"url": "https://github.com/sveltejs/svelte-hmr/issues"
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/rixo/svelte-hmr"
14+
"url": "https://github.com/sveltejs/svelte-hmr"
1515
},
16-
"files": ["index.js", "lib", "runtime"],
16+
"files": [
17+
"index.js",
18+
"lib",
19+
"runtime"
20+
],
1721
"engines": {
18-
"pnpm": "^6.7.0",
19-
"yarn": "forbidden, use pnpm",
20-
"npm": "forbidden, use pnpm",
2122
"node": "^12.20 || ^14.13.1 || >= 16"
2223
},
2324
"peerDependencies": {

0 commit comments

Comments
 (0)