Skip to content

Commit fd6afd3

Browse files
committed
chore(ci): use npm import path in a Deno script
<https://deno.com/blog/v1.28> > You can use npm packages by importing an `npm:` specifier.
1 parent d421f04 commit fd6afd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/report-size.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import * as log from "https://deno.land/std@0.181.0/log/mod.ts";
88
import { BufReader } from "https://deno.land/std@0.181.0/io/mod.ts";
99
import { Buffer } from "node:buffer";
1010
import AsciiTable from "https://deno.land/x/ascii_table@v0.1.0/mod.ts";
11-
import elfy from "https://esm.sh/elfy@1.0.0";
11+
import elfy from "npm:elfy@1.0.0";
1212

1313
const ENV_TEST_NAME = "R3_TEST"; // should be synched with `r3_test_runner`!
1414

0 commit comments

Comments
 (0)