Revert "Bump to 2.0.0 typescript"

This reverts commit de1086b894.
This commit is contained in:
Max Lynch 2016-09-22 13:36:27 -05:00
parent de1086b894
commit 2f20deacf2

View File

@ -1,6 +1,6 @@
{ {
"name": "ionic-native", "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", "description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
"main": "dist/index.js", "main": "dist/index.js",
"files": [ "files": [
@ -41,7 +41,7 @@
"tsify": "~1.0.4", "tsify": "~1.0.4",
"tslint": "^3.8.1", "tslint": "^3.8.1",
"tslint-ionic-rules": "0.0.5", "tslint-ionic-rules": "0.0.5",
"typescript": "^2.0.2", "typescript": "^1.8.10",
"watchify": "~3.7.0" "watchify": "~3.7.0"
}, },
"scripts": { "scripts": {