Upgrade to xterm.js 2.8.1

This commit is contained in:
Shuanglei Tao
2017-07-22 21:14:48 +08:00
parent 04d5bc1ecb
commit 3ac7a5e2ae
4 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ html, body {
width: auto;
height: 100%;
margin: 0 auto;
padding: 5px 0 0 8px;
padding: 0 5px;
background-color: #101010;
}

View File

@@ -15,6 +15,6 @@
"dependencies": {
"gulp": "^3.9.1",
"gulp-inline-source": "^3.0.0",
"xterm": "^2.7.0"
"xterm": "^2.8.1"
}
}

View File

@@ -1413,9 +1413,9 @@ wrappy@1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"
xterm@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/xterm/-/xterm-2.7.0.tgz#05e42d270ff5e67cca95116b62c84c0cfc435baa"
xterm@^2.8.1:
version "2.8.1"
resolved "https://registry.yarnpkg.com/xterm/-/xterm-2.8.1.tgz#3f6b939bcb8d015a1f247d66257102cb16a0b2e1"
yargs@~3.10.0:
version "3.10.0"

10
src/index.html vendored

File diff suppressed because one or more lines are too long