Skip to content

Commit edd60b5

Browse files
committed
Upgrade dnt to fix wrong .npmignore file
1 parent 08ad8ca commit edd60b5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

deno.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
"compilerOptions": {
1919
"lib": ["dom", "dom.iterable", "deno.ns"]
2020
},
21-
"lock": false
21+
"lock": false,
22+
"imports": {
23+
"@deno/dnt": "jsr:@deno/dnt@^0.42.3"
24+
}
2225
}

scripts/build_npm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { build, emptyDir } from "https://deno.land/x/dnt@0.40.0/mod.ts";
1+
import { build, emptyDir } from "@deno/dnt";
22
import { version } from "../version.ts";
33

44
await emptyDir("./npm");

0 commit comments

Comments
 (0)