mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Update versions and license in package.json
This commit is contained in:
parent
d2dcb69d38
commit
c76cf4f6cf
2 changed files with 7 additions and 7 deletions
5
package-lock.json
generated
5
package-lock.json
generated
|
@ -1,13 +1,12 @@
|
|||
{
|
||||
"name": "ArmCord",
|
||||
"name": "armcord",
|
||||
"version": "2.5.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "ArmCord",
|
||||
"version": "2.5.0",
|
||||
"license": "MIT",
|
||||
"license": "OSL-3.0",
|
||||
"dependencies": {
|
||||
"custom-electron-titlebar": "3.2.7",
|
||||
"electron-context-menu": "^3.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ArmCord",
|
||||
"version": "2.5.0-TESTING",
|
||||
"name": "armcord",
|
||||
"version": "2.5.0",
|
||||
"description": "ArmCord is a Discord client made for ARM Linux that allows you to customize your experience.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
@ -12,7 +12,7 @@
|
|||
"windows-build": "electron-builder --windows nsis portable zip appx"
|
||||
},
|
||||
"author": "smartfrigde <smartfridge1337@protonmail.com>",
|
||||
"license": "MIT",
|
||||
"license": "OSL-3.0",
|
||||
"dependencies": {
|
||||
"custom-electron-titlebar": "3.2.7",
|
||||
"electron-context-menu": "^3.0.0",
|
||||
|
@ -46,7 +46,8 @@
|
|||
"deb",
|
||||
"tar.gz",
|
||||
"rpm",
|
||||
"AppImage"]
|
||||
"AppImage"
|
||||
]
|
||||
}
|
||||
},
|
||||
"bugs": {
|
||||
|
|
Loading…
Reference in a new issue