Skip to content

Commit

Permalink
ignore .zip files
Browse files Browse the repository at this point in the history
fix package.son main script path
  • Loading branch information
HazemKhaled committed Oct 31, 2015
1 parent 65ead7a commit 1c930e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1c930e2

Please sign in to comment.