Skip to content

Commit

Permalink
chore: remove dnt
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Jun 17, 2024
1 parent 45b5e04 commit 46a0f7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
2 changes: 0 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
"dist": "deno run -A jsr:@kt3k/pack mod.ts > dist.js",
"min": "deno run -A npm:terser --compress --mangle --toplevel -o dist.min.js -- dist.js",
"size": "deno run --allow-read https://deno.land/x/[email protected]/cli.ts --include-original dist.min.js",
"dnt": "deno run -A dnt.ts",
"twd": "deno run -A --allow-read=. --allow-write=style.css --allow-net=deno.land,esm.sh,cdn.esm.sh https://deno.land/x/[email protected]/cli.ts -o style.css index.html",
"twd-w": "deno task twd -- -w",
"npm-publish": "rm -rf node && deno task dnt && cd node && npm publish",
"start": "deno run --allow-read=. --allow-net=0.0.0.0:8000 deploy.ts"
},
"imports": {
Expand Down
38 changes: 0 additions & 38 deletions dnt.ts

This file was deleted.

0 comments on commit 46a0f7e

Please sign in to comment.