We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package.json
1 parent d4cbca8 commit 6a934d9Copy full SHA for 6a934d9
packages/core/package.json
@@ -8,7 +8,7 @@
8
"homepage": "https://github.com/Ernxst/svelte-query-params",
9
"repository": {
10
"type": "git",
11
- "url": "https://github.com/Ernxst/svelte-query-params.git",
+ "url": "git+https://github.com/Ernxst/svelte-query-params.git",
12
"directory": "packages/core"
13
},
14
"bugs": {
@@ -88,10 +88,7 @@
88
"module": "dist/index.svelte.js",
89
"svelte": "dist/index.svelte.js",
90
"types": "dist/index.svelte.d.ts",
91
- "files": [
92
- "dist",
93
- "README.md"
94
- ],
+ "files": ["dist", "README.md"],
95
"engines": {
96
"node": ">=v20.0.0"
97
0 commit comments