Skip to content

Commit

Permalink
Upgrade to xterm.js 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Jul 22, 2017
1 parent 04d5bc1 commit 3ac7a5e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion html/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ html, body {
width: auto;
height: 100%;
margin: 0 auto;
padding: 5px 0 0 8px;
padding: 0 5px;
background-color: #101010;
}

Expand Down
2 changes: 1 addition & 1 deletion html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"dependencies": {
"gulp": "^3.9.1",
"gulp-inline-source": "^3.0.0",
"xterm": "^2.7.0"
"xterm": "^2.8.1"
}
}
6 changes: 3 additions & 3 deletions html/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3ac7a5e

Please sign in to comment.