mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Add email because Bill Gates told me to do so
This commit is contained in:
parent
247eda7c59
commit
d21c95008c
1 changed files with 4 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
"linux-build": "electron-builder --linux deb tar.gz rpm AppImage",
|
"linux-build": "electron-builder --linux deb tar.gz rpm AppImage",
|
||||||
"windows-build": "electron-builder --windows nsis portable zip appx"
|
"windows-build": "electron-builder --windows nsis portable zip appx"
|
||||||
},
|
},
|
||||||
"author": "smartfrigde",
|
"author": "smartfrigde <smartfridge1337@protonmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"custom-electron-titlebar": "3.2.7",
|
"custom-electron-titlebar": "3.2.7",
|
||||||
|
@ -41,6 +41,7 @@
|
||||||
"category": "Internet"
|
"category": "Internet"
|
||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
|
"maintaner": "smartfridge1337@protonmail.com",
|
||||||
"target": [
|
"target": [
|
||||||
"deb",
|
"deb",
|
||||||
"tar.gz",
|
"tar.gz",
|
||||||
|
@ -49,7 +50,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/smartfrigde/armcord/issues"
|
"url": "https://github.com/smartfrigde/armcord/issues",
|
||||||
|
"email": "smartfridge1337@protonmail.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/smartfrigde/armcord#readme"
|
"homepage": "https://github.com/smartfrigde/armcord#readme"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue