implement most recent hterm with lots of bugfixes

This commit is contained in:
Guillermo Rauch 2016-07-04 20:59:40 -07:00
parent dd3da80d6c
commit ed30007ec4
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
"description": "",
"dependencies": {
"classnames": "2.2.5",
"hterm-umd": "1.0.1",
"hterm-umdjs": "1.1.2",
"json-loader": "0.5.4",
"mousetrap": "1.6.0",
"ms": "0.7.1",

View file

@ -1,6 +1,6 @@
/*global URL:false,Blob:false*/
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();