Skip to content

Commit

Permalink
xterm.js: downgrade to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Sep 9, 2018
1 parent 6a164a7 commit 6b57876
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion html/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ var openWs = function() {
sendMessage(JSON.stringify({AuthToken: authToken}));

if (typeof term !== 'undefined') {
term.dispose();
term.destroy();
}

term = new Terminal({
Expand Down
2 changes: 1 addition & 1 deletion html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"bulma": "^0.6.1",
"core-js": "^2.5.3",
"fast-text-encoding": "^1.0.0",
"xterm": "^3.7.0",
"xterm": "3.3.0",
"zmodem.js": "^0.1.7"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions html/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7733,9 +7733,9 @@ xdg-basedir@^3.0.0:
version "4.0.1"
resolved "http://registry.npm.taobao.org/xtend/download/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"

xterm@^3.7.0:
version "3.7.0"
resolved "http://registry.npm.taobao.org/xterm/download/xterm-3.7.0.tgz#b3eb1335dc04b92abe361711731d3b661e13db17"
xterm@3.3.0:
version "3.3.0"
resolved "http://registry.npm.taobao.org/xterm/download/xterm-3.3.0.tgz#b09a19fc2cd5decd21112e5c9dab0b61991f6cf3"

y18n@^3.2.1:
version "3.2.1"
Expand Down
2 changes: 1 addition & 1 deletion src/index.html

Large diffs are not rendered by default.

0 comments on commit 6b57876

Please sign in to comment.