We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ad8ca commit edd60b5Copy full SHA for edd60b5
deno.json
@@ -18,5 +18,8 @@
18
"compilerOptions": {
19
"lib": ["dom", "dom.iterable", "deno.ns"]
20
},
21
- "lock": false
+ "lock": false,
22
+ "imports": {
23
+ "@deno/dnt": "jsr:@deno/dnt@^0.42.3"
24
+ }
25
}
scripts/build_npm.ts
@@ -1,4 +1,4 @@
1
-import { build, emptyDir } from "https://deno.land/x/dnt@0.40.0/mod.ts";
+import { build, emptyDir } from "@deno/dnt";
2
import { version } from "../version.ts";
3
4
await emptyDir("./npm");
0 commit comments