From fd88eadb6150dee5fe59a86eb86e63d7fd64452d Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Tue, 23 Aug 2016 16:28:02 -0700 Subject: [PATCH] Bump xterm.js to 1.1.3 The only fix is a fix to the build script, since their previous one forgot to publish 1.1.2 to npm :) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f68a3c45..7f074e465 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,6 @@ "moment": "^2.8.4", "preact": "^4.5.1", "preact-compat": "^1.7.0", - "xterm": "^1.1.2" + "xterm": "^1.1.3" } }