fix: remove deno hacky fixes (#452)

* fix: remove deno hacky fixes

* fix: upgrade deno workflow from 1.x to 1.39.2
This commit is contained in:
CosminPerRam 2024-01-06 15:46:02 +02:00 committed by GitHub
parent 90b3c6044b
commit 6e6d140b7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 16 deletions

View file

@ -29,6 +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)
* Minimum Supported Deno Version: `1.39.2`.
* `deno run --allow-net bin/gamedig.js --type tf2 127.0.0.1`
* Added code examples.