chore(ci): fix karma builds (#1648)

Looks like ts 2.3.4 breaks the ci builds. Sorry for that
This commit is contained in:
Daniel Sogl
2017-06-03 18:25:17 -04:00
committed by Ibby Hadeed
parent 0467a0dd32
commit 9bdabd3ac3
+1 -1
View File
@@ -43,7 +43,7 @@
"semver": "5.3.0",
"tslint": "3.15.1",
"tslint-ionic-rules": "0.0.8",
"typescript": "2.3.4",
"typescript": "2.3.3",
"zone.js": "^0.8.11"
},
"scripts": {