mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Package.json location #293
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rpadevops on GitHub (Mar 27, 2019).
As a developer, I want to be able to modify the package.json in order to set up the metadata for the electron app.
Therefore the question, why did you decide to compile the package.json and other files into the CLI tool? Every time I want to increase the version number or change anything in the package.json, I need to build the Electron.Net project in order to get the adjusted CLI.
Wouldn't it make more sense to add the package.json to the referencing project and use the CLI version only if the file isn't in place?