Skip to content

Commit

Permalink
Merge pull request #11 from neverRare/master
Browse files Browse the repository at this point in the history
add allow net
  • Loading branch information
neverRare authored Jan 24, 2024
2 parents b64ce2b + afd862f commit 8bf2a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"lib": ["dom", "dom.iterable", "dom.asynciterable", "deno.ns"]
},
"tasks": {
"build": "deno run --allow-read --allow-write --allow-env ./bundle.ts"
"build": "deno run --allow-read --allow-write --allow-env --allow-net ./bundle.ts"
},
"fmt": {
"include": ["./src/**/*.ts", "./bundle.ts", "./test-parser.ts"]
Expand Down

0 comments on commit 8bf2a9a

Please sign in to comment.