Skip to content

Commit

Permalink
Avoid that electron dependency gets updated automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzandro committed Mar 25, 2017
1 parent bcd0482 commit ada324c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"appId": "com.electron.sw-exporter",
"win": {
"target": [
"dir"
"zip", "portable"
]
}
},
Expand All @@ -35,7 +35,7 @@
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"electron": "^1.6.2",
"electron": "1.6.2",
"electron-builder": "^16.0.1",
"electron-packager": "^8.6.0",
"electron-rebuild": "^1.5.7",
Expand Down

0 comments on commit ada324c

Please sign in to comment.