Temp: Use local mod for development

This commit is contained in:
Bryan Ashby 2020-05-20 20:28:55 -06:00
parent 03b79fa9f2
commit bbae082f7d
No known key found for this signature in database
GPG Key ID: B49EB437951D2542
2 changed files with 2 additions and 3 deletions

View File

@ -58,7 +58,7 @@
"ws": "^7.3.0",
"xxhash": "^0.3.0",
"yazl": "^2.5.1",
"telnet-socket" : "github:NuSkooler/telnet-socket"
"telnet-socket" : "../telnet-socket"
},
"devDependencies": {},
"engines": {

View File

@ -1840,9 +1840,8 @@ tar@^4:
safe-buffer "^5.1.2"
yallist "^3.0.2"
"telnet-socket@github:NuSkooler/telnet-socket":
telnet-socket@../telnet-socket:
version "0.1.0"
resolved "https://codeload.github.com/NuSkooler/telnet-socket/tar.gz/a29ea2edaec98bb844f2b0d27fa0977f33eaa7bf"
dependencies:
binary-parser "^1.5.0"
buffers "github:NuSkooler/node-buffers"