Skip to content

Commit

Permalink
fix(maker): move electron-installer-debian to optional deps so that i…
Browse files Browse the repository at this point in the history
…nstalls work on windows
  • Loading branch information
MarshallOfSound committed Dec 4, 2016
1 parent 63ff52b commit 661b1eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"consistent-return": 0,
"global-require": 0,
"import/no-dynamic-require": 0,
"import/no-extraneous-dependencies": 0,
"import/no-unresolved": 0,
"import/extensions": 0,
"linebreak-style": 0,
"max-len": [2, 160],
"no-console": 0,
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"colors": "^1.1.2",
"commander": "^2.9.0",
"debug": "^2.3.3",
"electron-installer-debian": "^0.4.0",
"electron-installer-dmg": "^0.1.2",
"electron-packager": "^8.3.0",
"electron-winstaller": "^2.5.0",
Expand All @@ -81,5 +80,8 @@
"cz-customizable": {
"config": "./.cz.js"
}
},
"optionalDependencies": {
"electron-installer-debian": "^0.4.0"
}
}

0 comments on commit 661b1eb

Please sign in to comment.