Fix build issues

This commit is contained in:
Daniel Imms
2017-10-29 12:45:37 -07:00
parent 700a10f3f4
commit 2fbc0be98d
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
"jsdoc": "3.4.3",
"jsdom": "^11.1.0",
"merge-stream": "^1.0.1",
"node-pty": "^0.6.0",
"node-pty": "^0.7.2",
"nodemon": "1.10.2",
"sorcery": "^0.10.0",
"tslint": "^4.0.2",
-3
View File
@@ -4,10 +4,7 @@
*/
declare var exports: any;
declare var module: any;
declare var define: any;
declare var require: any;
declare var window: any;
(function (addon) {
if (typeof window !== 'undefined' && 'Terminal' in window) {