Add files via upload

This commit is contained in:
PinkFloyd1213 2020-08-19 02:06:54 +02:00 committed by GitHub
parent 4112fbe28f
commit 8a36ae26f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "creeoponnia-launcher",
"version": "1.7.0",
"version": "1.7.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "creeoponnia-launcher",
"version": "1.7.0",
"version": "1.7.1",
"productName": "Creeponnia Launcher",
"description": "Modded Minecraft Launcher",
"author": "Daniel Scalzi (https://github.com/dscalzi/)",
@ -11,6 +11,7 @@
},
"private": true,
"main": "index.js",
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"scripts": {
"start": "electron .",
"cilinux": "node build.js WINDOWS && node build.js LINUX",