Skip to content

Commit

Permalink
upgrade dnt
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs224 committed Oct 13, 2024
1 parent eb1bd0c commit be694f9
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 23 deletions.
7 changes: 5 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "@jcs224/hono-sessions",
"version": "0.5.8",
"exports": "./mod.ts"
}
"exports": "./mod.ts",
"imports": {
"@deno/dnt": "jsr:@deno/dnt@^0.41.3"
}
}
152 changes: 132 additions & 20 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/build_npm.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ex. scripts/build_npm.ts
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 be694f9

Please sign in to comment.