Skip to content

Commit

Permalink
chore: remove --allow-read from deno permissions as we dont need it a…
Browse files Browse the repository at this point in the history
…nymore because of #407
  • Loading branch information
CosminPerRam committed Dec 3, 2023
1 parent 89515cb commit ec33bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec33bc2

Please sign in to comment.