Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanseidel committed Mar 27, 2017
1 parent 49962da commit e95040b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"homepage": "https://github.com/ivanseidel/TournamenterApp",
"repository": "https://github.com/ivanseidel/TournamenterApp",
"license": "MIT",
"version": "1.4.1",
"version": "1.4.2",
"README": "none",
"engines": {
"node": "6.9.1"
Expand All @@ -31,7 +31,8 @@
"mac": {
"title": "Tournamenter Manager",
"target": [
"dmg"
"dmg",
"zip"
],
"icon-size": 120,
"icon": "build/icon.icns"
Expand Down Expand Up @@ -62,6 +63,9 @@
},
"linux": {
"description": "Tournamenter Manager App"
},
"nsis": {
"perMachine": true
}
},
"dependencies": {
Expand All @@ -71,6 +75,7 @@
"kerberos": "0.0.21",
"lodash": "^4.13.1",
"npm": "^3.10.5",
"request": "^2.81.0",
"tournamenter": "git+https://github.com/ivanseidel/Tournamenter.git"
},
"devDependencies": {
Expand Down

0 comments on commit e95040b

Please sign in to comment.