Skip to content

Commit 6a934d9

Browse files
committed
chore: use git url on package.json
1 parent d4cbca8 commit 6a934d9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/core/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"homepage": "https://github.com/Ernxst/svelte-query-params",
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/Ernxst/svelte-query-params.git",
11+
"url": "git+https://github.com/Ernxst/svelte-query-params.git",
1212
"directory": "packages/core"
1313
},
1414
"bugs": {
@@ -88,10 +88,7 @@
8888
"module": "dist/index.svelte.js",
8989
"svelte": "dist/index.svelte.js",
9090
"types": "dist/index.svelte.d.ts",
91-
"files": [
92-
"dist",
93-
"README.md"
94-
],
91+
"files": ["dist", "README.md"],
9592
"engines": {
9693
"node": ">=v20.0.0"
9794
},

0 commit comments

Comments
 (0)