mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Update package.json
This commit is contained in:
parent
2f5e059dc7
commit
006b71d156
1 changed files with 16 additions and 3 deletions
19
package.json
19
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "custom-electron-titlebar-minimal-example",
|
"name": "armcord",
|
||||||
"version": "1.0.0",
|
"version": "2.0.0",
|
||||||
"description": "A minimal working example of how to use the custom-electron-titlebar module from AlexTorresSk.",
|
"description": "A minimal working example of how to use the custom-electron-titlebar module from AlexTorresSk.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -18,5 +18,18 @@
|
||||||
"electron": "latest",
|
"electron": "latest",
|
||||||
"electron-builder": "latest",
|
"electron-builder": "latest",
|
||||||
"electron-packager": "latest"
|
"electron-packager": "latest"
|
||||||
}
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/smartfrigde/armcord.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"arm",
|
||||||
|
"discord",
|
||||||
|
"electron"
|
||||||
|
],
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/smartfrigde/armcord/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/smartfrigde/armcord#readme"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue