]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Pin typescript 2.1 to prevent exports error
authorDaniel Imms <daimms@microsoft.com>
Mon, 27 Feb 2017 18:02:12 +0000 (10:02 -0800)
committerDaniel Imms <daimms@microsoft.com>
Mon, 27 Feb 2017 18:02:12 +0000 (10:02 -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"
   },