mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
Updated node version to 14.17 from 14
This commit is contained in:
parent
544610f085
commit
17f91904ab
5 changed files with 155 additions and 325 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import * as dns from 'dns';
|
||||
import punycode from "punycode/";
|
||||
import punycode from "punycode/punycode.js";
|
||||
import { promisify } from "util";
|
||||
|
||||
const dnsLookupAsync = promisify(dns.lookup);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue