Update versions and license in package.json

This commit is contained in:
smartfridge 2021-07-14 18:48:23 +02:00
parent d2dcb69d38
commit c76cf4f6cf
2 changed files with 7 additions and 7 deletions

5
package-lock.json generated
View file

@ -1,13 +1,12 @@
{ {
"name": "ArmCord", "name": "armcord",
"version": "2.5.0", "version": "2.5.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ArmCord",
"version": "2.5.0", "version": "2.5.0",
"license": "MIT", "license": "OSL-3.0",
"dependencies": { "dependencies": {
"custom-electron-titlebar": "3.2.7", "custom-electron-titlebar": "3.2.7",
"electron-context-menu": "^3.0.0", "electron-context-menu": "^3.0.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "ArmCord", "name": "armcord",
"version": "2.5.0-TESTING", "version": "2.5.0",
"description": "ArmCord is a Discord client made for ARM Linux that allows you to customize your experience.", "description": "ArmCord is a Discord client made for ARM Linux that allows you to customize your experience.",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
@ -12,7 +12,7 @@
"windows-build": "electron-builder --windows nsis portable zip appx" "windows-build": "electron-builder --windows nsis portable zip appx"
}, },
"author": "smartfrigde <smartfridge1337@protonmail.com>", "author": "smartfrigde <smartfridge1337@protonmail.com>",
"license": "MIT", "license": "OSL-3.0",
"dependencies": { "dependencies": {
"custom-electron-titlebar": "3.2.7", "custom-electron-titlebar": "3.2.7",
"electron-context-menu": "^3.0.0", "electron-context-menu": "^3.0.0",
@ -46,7 +46,8 @@
"deb", "deb",
"tar.gz", "tar.gz",
"rpm", "rpm",
"AppImage"] "AppImage"
]
} }
}, },
"bugs": { "bugs": {