diff --git a/playground/deno/deno.jsonc b/playground/deno/deno.jsonc index e8e12eb..437a2c5 100644 --- a/playground/deno/deno.jsonc +++ b/playground/deno/deno.jsonc @@ -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"