Skip to content

Commit

Permalink
fix: update playground deno
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Mar 2, 2024
1 parent 4591485 commit 549d72b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions playground/deno/deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"imports": {
"@intlify/utils": "https://deno.land/x/intlify_utils/mod.ts"
},
"imports": { "@intlify/utils": "jsr:@intlify/utils@^0.12.0" },
"tasks": {
"dev": "deno run --watch main.ts",
"test": "deno test --allow-read=$(which deno) --allow-run --allow-net ./deno.spec.ts"
Expand Down

0 comments on commit 549d72b

Please sign in to comment.