diff --git a/package.json b/package.json index 7b0a6f487..9f72c03a5 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,11 @@ { "name": "ionic-native", - "version": "1.3.27", + "version": "2.0.1", "description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support", - "main": "dist/index.js", + "main": "dist/es5/index.js", + "typings": "dist/es5/index.d.ts", + "module": "dist/esm/index.js", + "typings": "./dist/index.d.ts", "files": [ "dist" ],