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-04 00:25:17 +02:00 committed by Ibby Hadeed
parent 0467a0dd32
commit 9bdabd3ac3

View File

@ -43,7 +43,7 @@
"semver": "5.3.0", "semver": "5.3.0",
"tslint": "3.15.1", "tslint": "3.15.1",
"tslint-ionic-rules": "0.0.8", "tslint-ionic-rules": "0.0.8",
"typescript": "2.3.4", "typescript": "2.3.3",
"zone.js": "^0.8.11" "zone.js": "^0.8.11"
}, },
"scripts": { "scripts": {