Skip to content

Commit 8cdf7a0

Browse files
committed
Update dnt
1 parent 62d7296 commit 8cdf7a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/build_npm.ts

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

44
await emptyDir("./npm");
@@ -21,7 +21,7 @@ await build({
2121
},
2222
compilerOptions: {
2323
// https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
24-
lib: ["es2017"],
24+
lib: ["ES2017"],
2525
target: "ES2017",
2626
},
2727
package: {

0 commit comments

Comments
 (0)