mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 13:18:40 -09:00
implement most recent hterm with lots of bugfixes
This commit is contained in:
parent
dd3da80d6c
commit
ed30007ec4
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "",
|
"description": "",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"classnames": "2.2.5",
|
"classnames": "2.2.5",
|
||||||
"hterm-umd": "1.0.1",
|
"hterm-umdjs": "1.1.2",
|
||||||
"json-loader": "0.5.4",
|
"json-loader": "0.5.4",
|
||||||
"mousetrap": "1.6.0",
|
"mousetrap": "1.6.0",
|
||||||
"ms": "0.7.1",
|
"ms": "0.7.1",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/*global URL:false,Blob:false*/
|
/*global URL:false,Blob:false*/
|
||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
import { hterm, lib as htermLib } from 'hterm-umd';
|
import { hterm, lib as htermLib } from 'hterm-umdjs';
|
||||||
|
|
||||||
hterm.defaultStorage = new htermLib.Storage.Memory();
|
hterm.defaultStorage = new htermLib.Storage.Memory();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue