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