diff --git a/dist/package.json b/dist/package.json deleted file mode 100644 index ca6a8a82..00000000 --- a/dist/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "cordova-wrap", - "version": "1.0.6", - "description": "Native plugins for Cordova and Ionic with ES6+, Promise and Observable support", - "main": "dist/cordova-wrap.js", - "directories": { - "test": "test" - }, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "build": "rm -rf dist && tsc" - }, - "repository": { - "type": "git", - "url": "https://github.com/driftyco/cordova-wrap.git" - }, - "author": "", - "license": "MIT", - "bugs": { - "url": "https://github.com/driftyco/cordova-wrap/issues" - }, - "homepage": "https://github.com/driftyco/ionic-native", - "typings": "./dist/index.d.ts" -} diff --git a/package.json b/package.json index ca6a8a82..63232955 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "cordova-wrap", - "version": "1.0.6", + "version": "1.0.7", "description": "Native plugins for Cordova and Ionic with ES6+, Promise and Observable support", - "main": "dist/cordova-wrap.js", + "main": "dist/index.js', "directories": { "test": "test" },