mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-12-21 19:22:13 -08:00
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:
parent
1f4df6b8ff
commit
980c836d9d
@ -9,7 +9,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/dscalzi/HeliosLauncher/issues"
|
||||
},
|
||||
"private": true,
|
||||
"private": false,
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
|
Loading…
Reference in New Issue
Block a user