Skip to content

Commit d50825c

Browse files
committed
lint
1 parent fdf61f7 commit d50825c

3 files changed

Lines changed: 23 additions & 5 deletions

File tree

deno.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"@cfa/gitignore-parser": "jsr:@cfa/gitignore-parser@^0.1.4",
1919
"@cliffy/command": "jsr:@cliffy/command@^1.0.0-rc.8",
2020
"@deno/sandbox": "jsr:@deno/sandbox@^0.5.0",
21+
"@std/assert": "jsr:@std/assert@^1.0.16",
2122
"@std/async": "jsr:@std/async@^1.0.15",
2223
"@std/cli": "jsr:@std/cli@1.0.22",
2324
"@std/dotenv": "jsr:@std/dotenv@^0.225.5",
@@ -37,10 +38,10 @@
3738
"superjson": "npm:superjson@^2.2.2",
3839
"@deno/framework-detect": "jsr:@deno/framework-detect@^0",
3940
"temporal-polyfill": "npm:temporal-polyfill@^0.3.0",
40-
"prompts": "npm:prompts@2.4.2"
41+
"prompts": "npm:prompts@2.4.2",
42+
"dax": "jsr:@david/dax@^0.44.2"
4143
},
4244
"exclude": [
4345
"astro-demo"
44-
],
45-
46+
]
4647
}

deno.lock

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sandbox.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { $ } from "jsr:@david/dax";
2-
import { assertEquals, assertExists } from "jsr:@std/assert";
1+
import { $ } from "dax";
2+
import { assertEquals, assertExists } from "@std/assert";
33

44
if (!Deno.env.get("DENO_DEPLOY_TOKEN")) {
55
console.error("DENO_DEPLOY_TOKEN environment variable is required.");

0 commit comments

Comments
 (0)