aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-08-16 20:47:25 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-08-16 20:47:25 -0400
commita1d7eb355f2c74184280c51b688d1bbd0c4e98b1 (patch)
treee28a5d8f3eff026a2467b774451ec9ecb4225fd6 /package.json
parentfba836144622b44fe7674c6e69a3668fd472d1c8 (diff)
downloadYouTube-TV-Client-a1d7eb355f2c74184280c51b688d1bbd0c4e98b1.tar.gz
YouTube-TV-Client-a1d7eb355f2c74184280c51b688d1bbd0c4e98b1.tar.bz2
YouTube-TV-Client-a1d7eb355f2c74184280c51b688d1bbd0c4e98b1.zip
Added an updater; Added snapcraft to readme
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 10 insertions, 3 deletions
diff --git a/package.json b/package.json
index d7cc322..fc8c4be 100644
--- a/package.json
+++ b/package.json
@@ -9,6 +9,10 @@
"start": "electron .",
"dist": "electron-builder"
},
+ "dependencies": {
+ "electron-log": "^4.4.1",
+ "electron-updater": "^4.3.9"
+ },
"devDependencies": {
"electron": "^13.1.9",
"electron-builder": "^22.11.7"
@@ -26,21 +30,24 @@
"pacman",
"deb"
],
- "category": "Video"
+ "category": "Video",
+ "publish": "github"
},
"win": {
"target": [
"zip",
"portable",
"nsis"
- ]
+ ],
+ "publish": "github"
},
"mac": {
"target": [
"zip",
"dmg"
],
- "category": "Video"
+ "category": "Video",
+ "publish": "github"
}
}
}