From 163a7ed6cacfb7e7f8687776ad8ca6e3c10fc1d1 Mon Sep 17 00:00:00 2001 From: Luca Milanesio Date: Wed, 25 Feb 2015 15:51:39 +0000 Subject: [PATCH] use pty.js that merges in niallo:waitpid fixes as in terryschen:wetty --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e997ec..7ae305d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "dependencies": { "express": "3.5.1", "websocket": "", - "pty.js": "", + "pty.js": "git+https://github.com/terryschen/pty.js", "optimist": "", "waitpid": "" },