Skip to content

Commit 689217f

Browse files
authored
Merge pull request #1 from ryoppippi/add-shortcut
add shortcut
2 parents 2a39f75 + 4f24b98 commit 689217f

File tree

3 files changed

+650
-21
lines changed

3 files changed

+650
-21
lines changed

deno.jsonc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@
1919
"@cross/test": "jsr:@cross/test@^0.0.9",
2020
"@std/assert": "jsr:@std/assert@^0.226.0",
2121
"@std/testing": "jsr:@std/testing@^0.225.3",
22+
"@sveltejs/kit": "npm:@sveltejs/kit@^2.5.19",
2223
"magic-string": "npm:magic-string@^0.30.11",
2324
"pathe": "npm:pathe@^1.1.2",
24-
"svelte": "npm:svelte@^4.2.18"
25+
"svelte": "npm:svelte@^4.2.18",
26+
"unconfig": "npm:unconfig@^0.5.5",
27+
"vite": "npm:vite@^5.3.5"
2528
},
2629
"exports": "./mod.ts",
2730
"publish": {

0 commit comments

Comments
 (0)