Skip to content

Commit

Permalink
added some dev dependencies for linux and debian
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoxolotl committed Jun 21, 2024
1 parent 5001766 commit 5be065e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,18 @@
"@electron-forge/plugin-fuses": "^7.4.0",
"@electron-forge/publisher-github": "^7.4.0",
"@electron/fuses": "^1.8.0",
"electron": "^30.0.9"
"electron": "^30.0.9",
"electron-installer-debian": "^3.0.0",
"electron-installer-redhat": "^3.2.0"
},
"dependencies": {
"electron-squirrel-startup": "^1.0.1",
"simplycode": "github:simplyedit/simplycode"
},
"config": {
"forge": {
"path": "./forge.config.js"
"makers": [],
"publishers": []
}
}
}
}

0 comments on commit 5be065e

Please sign in to comment.