From c5724fdc4eec3f2b879e331134080c0c5e5e7735 Mon Sep 17 00:00:00 2001 From: Ibby Date: Mon, 3 Oct 2016 17:38:42 -0400 Subject: [PATCH] chore(): fix main and typings paths --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 19f3d3c89..a7d026c9b 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,8 @@ "name": "ionic-native", "version": "2.1.0", "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", + "main": "dist/index.js", + "typings": "dist/index.d.ts", "files": [ "dist" ],