From 7a01234e07a5c8b3a105ef06b6972b229fbe2867 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Mon, 29 Feb 2016 11:43:49 -0600 Subject: [PATCH] chore(): update typescript to 1.8 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index afc4f9f4bc..2cfa55ad1f 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "strip-sourcemap-loader": "0.0.1", "systemjs": "0.19.6", "through2": "^0.6.3", - "typescript": "^1.7.3", + "typescript": "^1.8.2", "vinyl": "^0.4.6", "webpack": "^1.12.2", "yargs": "^3.6.0" @@ -88,4 +88,4 @@ "path": "node_modules/ionic-cz-conventional-changelog" } } -} \ No newline at end of file +}