Add @types/glob

This commit is contained in:
Daniel Imms
2018-06-03 07:15:45 +01:00
parent fea8ba03b8
commit 4dff828374
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@
"license": "MIT",
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/glob": "^5.0.35",
"@types/jsdom": "^11.0.1",
"@types/mocha": "^2.2.33",
"@types/node": "6.0.108",
+1 -1
View File
@@ -267,7 +267,7 @@ export class MockInputHandlingTerminal implements IInputHandlingTerminal {
throw new Error('Method not implemented.');
}
setOption(key: string, value: any): void {
this.options[key] = value;
(<any>this.options)[key] = value;
}
on(type: string, listener: XtermListener): void {
throw new Error('Method not implemented.');