Skip to content

Commit 549d72b

Browse files
committed
fix: update playground deno
1 parent 4591485 commit 549d72b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

playground/deno/deno.jsonc

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"imports": {
3-
"@intlify/utils": "https://deno.land/x/intlify_utils/mod.ts"
4-
},
2+
"imports": { "@intlify/utils": "jsr:@intlify/utils@^0.12.0" },
53
"tasks": {
64
"dev": "deno run --watch main.ts",
75
"test": "deno test --allow-read=$(which deno) --allow-run --allow-net ./deno.spec.ts"

0 commit comments

Comments
 (0)