Skip to content

Commit

Permalink
Merge pull request popcorn-time#574 from maraoz/fix/repository
Browse files Browse the repository at this point in the history
Fix repository field for package.json and ignore vim files
  • Loading branch information
spacecowb0y committed Mar 13, 2014
2 parents ee2b3fa + 5fb709c commit 0c372ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ js/vendor/config.js
dist/windows/Install Popcorn Time.exe
dist/mac/Popcorn Time.app/
dist/mac/Popcorn Time.zip


# vim swap files
*.swp
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "Popcorn-Time",
"main": "app://host/index.html",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "https://github.com/popcorn-time/popcorn-app"
},
"window": {
"title": "Popcorn Time",
"icon": "images/icon.png",
Expand Down

0 comments on commit 0c372ae

Please sign in to comment.