Skip to content

Commit

Permalink
try to fix version mismatch on travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Jul 3, 2017
1 parent ea72a92 commit ca82daf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"scripts": {
"start": "electron .",
"pack": "build --dir",
"dist": "build"
"dist": "build",
"postinstall": "electron-builder install-app-deps"
},
"build": {
"productName": "Arcticfox Monitor",
Expand All @@ -55,6 +56,5 @@
"tar.gz"
]
}
},
"postinstall": "electron-builder install-app-deps"
}
}

0 comments on commit ca82daf

Please sign in to comment.