switch-to-deno #1

Merged
qpismont merged 12 commits from switch-to-deno into main 2024-01-25 22:01:26 +01:00
Showing only changes of commit 8cd00d9106 - Show all commits

View file

@ -6,7 +6,7 @@
"dnt": "https://deno.land/x/dnt@0.39.0/mod.ts"
},
"tasks": {
"test": "deno test --allow-net --parallel",
"test": "deno test --allow-net --allow-env --parallel",
"build": "deno run -A scripts/build_npm.ts 0.1.0",
"publish": "cd npm && npm publish"
},