Skip to content

Commit 621a690

Browse files
authored
fix(build): Modify repository in package.json for trusted publishing (#144)
1 parent 45f01d5 commit 621a690

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
},
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/WJSoftware/svelte-router-core.git"
10+
"url": "git+https://github.com/WJSoftware/svelte-router.git"
1111
},
1212
"license": "MIT",
1313
"bugs": {
14-
"url": "https://github.com/WJSoftware/svelte-router-core/issues"
14+
"url": "https://github.com/WJSoftware/svelte-router/issues"
1515
},
1616
"description": "Next-level routing for Svelte and Sveltekit",
1717
"scripts": {
@@ -65,7 +65,8 @@
6565
"router",
6666
"svelte-router",
6767
"spa",
68-
"micro-frontend"
68+
"micro-frontend",
69+
"pwa"
6970
],
7071
"peerDependencies": {
7172
"svelte": "^5.31.0"

0 commit comments

Comments
 (0)