We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f01d5 commit 621a690Copy full SHA for 621a690
package.json
@@ -7,11 +7,11 @@
7
},
8
"repository": {
9
"type": "git",
10
- "url": "git+https://github.com/WJSoftware/svelte-router-core.git"
+ "url": "git+https://github.com/WJSoftware/svelte-router.git"
11
12
"license": "MIT",
13
"bugs": {
14
- "url": "https://github.com/WJSoftware/svelte-router-core/issues"
+ "url": "https://github.com/WJSoftware/svelte-router/issues"
15
16
"description": "Next-level routing for Svelte and Sveltekit",
17
"scripts": {
@@ -65,7 +65,8 @@
65
"router",
66
"svelte-router",
67
"spa",
68
- "micro-frontend"
+ "micro-frontend",
69
+ "pwa"
70
],
71
"peerDependencies": {
72
"svelte": "^5.31.0"
0 commit comments