From c33842f8f027d0ccd0259e807a3a6c64bc4b81f0 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Thu, 22 Sep 2016 13:58:57 -0500 Subject: [PATCH] chore(npm): proper 2.0.0 typescript --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e2d81d7e..3f4ef49e7 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name": "ionic-native", - "version": "1.3.24", + "version": "2.0.1", "description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support", "main": "dist/es5/index.js", "typings": "dist/es5/index.d.ts", "module": "dist/esm/index.js", + "typings": "./dist/index.d.ts", "files": [ "dist" ],