mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 05:58:41 -09:00
Fix xterm fork version (#2618)
* Fix xterm fork version * Use branch name rather than commit hash * Fix xterm fork version
This commit is contained in:
parent
97fe79bda4
commit
a36d8e0e22
2 changed files with 4 additions and 4 deletions
|
|
@ -189,7 +189,7 @@
|
||||||
"semver": "5.4.1",
|
"semver": "5.4.1",
|
||||||
"shebang-loader": "false0.0.1",
|
"shebang-loader": "false0.0.1",
|
||||||
"uuid": "3.1.0",
|
"uuid": "3.1.0",
|
||||||
"xterm": "chabou/xterm.js#a7b9059"
|
"xterm": "chabou/xterm.js#7b741fe"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ava": "0.24.0",
|
"ava": "0.24.0",
|
||||||
|
|
|
||||||
|
|
@ -6449,9 +6449,9 @@ xtend@~2.1.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
object-keys "~0.4.0"
|
object-keys "~0.4.0"
|
||||||
|
|
||||||
xterm@chabou/xterm.js#a7b9059:
|
xterm@chabou/xterm.js#7b741fe:
|
||||||
version "3.0.0"
|
version "3.0.0-hyper.0"
|
||||||
resolved "https://codeload.github.com/chabou/xterm.js/tar.gz/a7b9059050f8f77ca0d9469b77086617ad67e2fa"
|
resolved "https://codeload.github.com/chabou/xterm.js/tar.gz/7b741fe51ca8a2f1e4ddec771b3cc140581b3eef"
|
||||||
|
|
||||||
y18n@^3.2.1:
|
y18n@^3.2.1:
|
||||||
version "3.2.1"
|
version "3.2.1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue