From a11cbd3dcc4af16e21ac957c0fc8ee814b74d40f Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Thu, 8 Sep 2016 21:53:33 -0600 Subject: [PATCH] * Use NuSkooler branch of ptyw.js with setEncoding() removed & future fixes until/if we can get them merged to official branch. This is to stop breaking doors & CP437/etc. * Add some info to package.json --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c0809674..658c1310 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,10 @@ "type": "git", "url": "https://github.com/NuSkooler/enigma-bbs.git" }, + "homepage": "https://github.com/NuSkooler/enigma-bbs", + "bugs": { + "url": "https://github.com/NuSkooler/enigma-bbs/issues" + }, "keywords": [ "bbs", "telnet" @@ -25,7 +29,7 @@ "minimist": "1.2.x", "moment": "^2.11.0", "node-uuid": "^1.4.7", - "ptyw.js": "^0.3.7", + "ptyw.js": "NuSkooler/ptyw.js", "sqlite3": "^3.1.1", "ssh2": "^0.4.13", "temp": "^0.8.3",