We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4591485 commit 549d72bCopy full SHA for 549d72b
playground/deno/deno.jsonc
@@ -1,7 +1,5 @@
1
{
2
- "imports": {
3
- "@intlify/utils": "https://deno.land/x/intlify_utils/mod.ts"
4
- },
+ "imports": { "@intlify/utils": "jsr:@intlify/utils@^0.12.0" },
5
"tasks": {
6
"dev": "deno run --watch main.ts",
7
"test": "deno test --allow-read=$(which deno) --allow-run --allow-net ./deno.spec.ts"
0 commit comments