diff --git a/.gitignore b/.gitignore index 123ae94..cfdbc62 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,6 @@ build/Release # Dependency directory # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git node_modules + +# module package +*.zip diff --git a/package.json b/package.json index 772c581..747ea12 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "TiPushNotification", "version": "0.1.1", "description": "Generic push notifications for both iOS and Android into Titanium apps", - "main": "./commonjs/TiPushNotification/0.1.1/TiPushNotification.js", + "main": "./index.js", "titaniumManifest": { "guid": "675edc6f-40d0-e30f-d14e-5e06923318e0", "moduleid": "ti-push-notification"