chore: remove --allow-read from deno permissions as we dont need it anymore because of #407

This commit is contained in:
CosminPerRam 2023-12-03 18:07:01 +02:00
parent 89515cb677
commit ec33bc2ca2
2 changed files with 2 additions and 2 deletions

View File

@ -35,4 +35,4 @@ jobs:
deno-version: v1.x
- name: Compile
run: deno compile --allow-read bin/gamedig.js
run: deno compile --allow-net bin/gamedig.js

View File

@ -29,7 +29,7 @@ see next point) and `tshock` (which is `terraria`).
* Added eslint which spotted some unused variables and other lints.
* CLI: Resolved incorrect error message when querying with a non-existent protocol name.
* Added Deno support: the library and CLI can now be experimentally used with the [Deno runtime](https://deno.com)
* `deno run --allow-net --allow-read=. bin/gamedig.js --type tf2 127.0.0.1`
* `deno run --allow-net bin/gamedig.js --type tf2 127.0.0.1`
* Added code examples.
#### Games