Skip to content

Commit

Permalink
fix: Migrate dnt to latest to hotfix (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina authored Apr 28, 2024
1 parent 5c4069c commit f05b74d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"tags": ["recommended"]
}
},
"lock": false
"lock": false,
"imports": {
"@deno/dnt": "jsr:@deno/dnt@^0.41.1"
}
}
2 changes: 1 addition & 1 deletion scripts/build_npm.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { build, emptyDir } from "https://deno.land/x/dnt@0.38.1/mod.ts";
import { build, emptyDir } from "@deno/dnt";

await emptyDir("./npm");

Expand Down

0 comments on commit f05b74d

Please sign in to comment.