]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Pin TypeScript at v2.1 to fix PhantomJS error
authorDaniel Imms <daimms@microsoft.com>
Mon, 27 Feb 2017 19:47:57 +0000 (11:47 -0800)
committerDaniel Imms <daimms@microsoft.com>
Mon, 27 Feb 2017 19:47:57 +0000 (11:47 -0800)
package.json

index 3019103f74f7c318c87499964735fc550eeb799d..e657c1d1d0b80fb4074fb33c3b437bf37190bbcd 100644 (file)
@@ -60,7 +60,7 @@
     "sleep": "^3.0.1",
     "sorcery": "^0.10.0",
     "tslint": "^4.0.2",
-    "typescript": "^2.0.3",
+    "typescript": "~2.1.0",
     "vinyl-buffer": "^1.0.0",
     "vinyl-source-stream": "^1.1.0"
   },