mirror of
https://github.com/BoostIo/Boostnote
synced 2026-01-28 08:07:16 +00:00
add rpm support
Make it able to build rpm package using grunt-electron-installer-redhat. https://www.npmjs.com/package/grunt-electron-installer-redhat Signed-off-by: Kazuhisa Hara <kazuhisya@gmail.com>
This commit is contained in:
@@ -114,7 +114,8 @@
|
||||
"webpack-dev-server": "^1.12.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"grunt-electron-installer-debian": "^0.2.0"
|
||||
"grunt-electron-installer-debian": "^0.2.0",
|
||||
"grunt-electron-installer-redhat": "^0.3.1"
|
||||
},
|
||||
"optional": false,
|
||||
"ava": {
|
||||
|
||||
Reference in New Issue
Block a user