From 2f20deacf286eb5ae2e831352548ad78e1778817 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Thu, 22 Sep 2016 13:36:27 -0500 Subject: [PATCH] Revert "Bump to 2.0.0 typescript" This reverts commit de1086b894d162a8870c92d7f74440f29ac2d035. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 24f3ec614..40fe25038 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ionic-native", - "version": "2.0.0", + "version": "1.3.25", "description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support", "main": "dist/index.js", "files": [ @@ -41,7 +41,7 @@ "tsify": "~1.0.4", "tslint": "^3.8.1", "tslint-ionic-rules": "0.0.5", - "typescript": "^2.0.2", + "typescript": "^1.8.10", "watchify": "~3.7.0" }, "scripts": {