Skip to content

Commit

Permalink
chore: remove empty.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Nov 8, 2023
1 parent 9b0cdb7 commit 1424295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"dist": "deno bundle --config deno.json mod.ts",
"min": "terser --compress --mangle --toplevel -o dist.min.js -- dist.js",
"size": "deno run --allow-read https://deno.land/x/gzip_size@v0.3.0/cli.ts --include-original dist.min.js",
"dnt": "deno run -A --config empty.json dnt.ts",
"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/twd@v0.4.8/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 --config empty.json deploy.ts"
"start": "deno run --allow-read=. --allow-net=0.0.0.0:8000 deploy.ts"
}
}
1 change: 0 additions & 1 deletion empty.json

This file was deleted.

0 comments on commit 1424295

Please sign in to comment.