aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-08-15 14:29:32 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-08-15 14:29:32 -0400
commitdb7013d6b6d9357b6c3eed27043abb9b64e9ced6 (patch)
treecb82633cee2eda0b823f3c5d4ab87fec7b5ac7d3
parent490af6cb390ab6c4472d7cdd3afbc5529f2690de (diff)
downloadYouTube-TV-Client-db7013d6b6d9357b6c3eed27043abb9b64e9ced6.tar.gz
YouTube-TV-Client-db7013d6b6d9357b6c3eed27043abb9b64e9ced6.tar.bz2
YouTube-TV-Client-db7013d6b6d9357b6c3eed27043abb9b64e9ced6.zip
Updated gitignore and packages
-rw-r--r--.gitignore7
-rw-r--r--package.json7
2 files changed, 4 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index 0125458..4b73442 100644
--- a/.gitignore
+++ b/.gitignore
@@ -109,10 +109,3 @@ dist
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
-
-# yarn v2
-.yarn/cache
-.yarn/unplugged
-.yarn/build-state.yml
-.yarn/install-state.gz
-.pnp.*
diff --git a/package.json b/package.json
index 5cf20b7..7c1fd11 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,13 @@
{
- "name": "YT-TV-Client-2.0",
- "version": "1.0.0",
+ "name": "YouTubeTVClient",
+ "version": "2.0.0",
"main": "index.js",
"author": "Andrew Lee <alee14498@protonmail.com'>",
"license": "GPL-3.0",
"dependencies": {},
"scripts": {
- "start": "electron ."
+ "start": "electron .",
+ "build": "electron-builder -wl"
},
"devDependencies": {
"electron": "^13.1.9",