Add punycode support (2.0.6)

This commit is contained in:
mmorrison 2019-01-20 03:45:57 -06:00
parent 5aaff8e1e0
commit 05619469b7
6 changed files with 141 additions and 64 deletions

View file

@ -11,7 +11,7 @@
],
"main": "lib/index.js",
"author": "Michael Morrison",
"version": "2.0.5",
"version": "2.0.6",
"repository": {
"type": "git",
"url": "https://github.com/sonicsnes/node-gamedig.git"
@ -31,6 +31,7 @@
"long": "^2.4.0",
"minimist": "^1.2.0",
"moment": "^2.21.0",
"punycode": "^2.1.1",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"varint": "^4.0.1"