From 43c290de2a25eeee53bb6997350ef4e9cd21e37e Mon Sep 17 00:00:00 2001 From: billchurch Date: Thu, 23 Mar 2017 09:23:42 -0400 Subject: [PATCH] Updating xterm to 2.4.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9752873..f9bdebb 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "node": "0.12.7" }, "bugs": { - "url" : "https://github.com/billchurch/WebSSH2/issues" + "url": "https://github.com/billchurch/WebSSH2/issues" }, "dependencies": { "basic-auth": "^1.1.0", @@ -33,7 +33,7 @@ "read-config": "^1.6.0", "socket.io": "^1.6.0", "ssh2": "^0.5.4", - "xterm": "^2.3.0" + "xterm": "^2.4.0" }, "scripts": { "start": "node index"