Make package public

Changed "private" field in package.json from true to false. This will make the package accessible on npm and allow others to install it.
This commit is contained in:
Sandro642 2024-10-25 21:16:50 +02:00
parent 1f4df6b8ff
commit 980c836d9d

View File

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