Set package to private

Change the "private" field in package.json to true. This will prevent the package from being accidentally published to public repositories.
This commit is contained in:
Sandro642 2024-10-26 17:06:30 +02:00
parent a9c81a15ff
commit d0c5bf142d

View File

@ -9,7 +9,7 @@
"bugs": {
"url": "https://github.com/dscalzi/HeliosLauncher/issues"
},
"private": false,
"private": true,
"main": "index.js",
"scripts": {
"start": "electron .",