Skip to content

Commit 8bf2a9a

Browse files
authored
Merge pull request #11 from neverRare/master
add allow net
2 parents b64ce2b + afd862f commit 8bf2a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"lib": ["dom", "dom.iterable", "dom.asynciterable", "deno.ns"]
66
},
77
"tasks": {
8-
"build": "deno run --allow-read --allow-write --allow-env ./bundle.ts"
8+
"build": "deno run --allow-read --allow-write --allow-env --allow-net ./bundle.ts"
99
},
1010
"fmt": {
1111
"include": ["./src/**/*.ts", "./bundle.ts", "./test-parser.ts"]

0 commit comments

Comments
 (0)