Pin typescript 2.1 to prevent exports error

This commit is contained in:
Daniel Imms
2017-02-27 10:02:12 -08:00
parent 4c99c032ca
commit d0f36e9939
+1 -1
View 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"
},