diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-08-15 19:40:43 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-08-15 19:40:43 -0400 |
| commit | 4e4be58f7c9709c782917eacaddc69fbcfec186d (patch) | |
| tree | 9962dc08eb775c93446c79d4de7618d04afdbd4e | |
| parent | 6c76c81b4832cbc3de5eeea7547f22db3c1c4bd7 (diff) | |
| download | YouTube-TV-Client-4e4be58f7c9709c782917eacaddc69fbcfec186d.tar.gz YouTube-TV-Client-4e4be58f7c9709c782917eacaddc69fbcfec186d.tar.bz2 YouTube-TV-Client-4e4be58f7c9709c782917eacaddc69fbcfec186d.zip | |
Tarball option added to target
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 5c2c69c..5186e43 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "youtube-tv-client", + "description": "A web client where it goes to youtube.com/tv", "version": "2.0.0", "main": "index.js", "author": "Andrew Lee <alee14498@protonmail.com>", @@ -18,6 +19,7 @@ "copyright": "© Copyright 2017-2021, Andrew Lee", "linux": { "target": [ + "tar.gz", "appimage", "snap", "rpm", |
