Skip to content

Commit

Permalink
Fixed some package stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Oct 3, 2018
1 parent fee3b39 commit f4b5abb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion forge.config.js
Expand Up @@ -11,7 +11,7 @@ module.exports = {
"electronPackagerConfig": {
"asar": (isWin?true:false),// Mac OS X does not work with ASAR files
"extendInfo": path.resolve(__dirname,"src/info.plist"),
"packageManager": false,
"packageManager": "npm",
"dir": "src/",
"extraResources": [
"src/",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -25,9 +25,10 @@
"deep-diff": "^0.3.8",
"detect-rpi": "^1.2.0",
"diskspace": "^2.0.0",
"electron": "^1.8.4",
"electron": "1.8.4",
"electron-prebuilt": "^1.4.13",
"electron-rebuild": "^1.8.2",
"electron-compile": "^6.4.2",
"esprima": "^4.0.0",
"exceljs": "^1.6.2",
"express": "^4.14.0",
Expand Down

0 comments on commit f4b5abb

Please sign in to comment.