diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..2c28c96 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +github: ZaneH +ko_fi: zaneh diff --git a/package.json b/package.json index 03c4c87..a34e55c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,11 @@ { - "name": "Amazon", - "version": "0.0.0", + "name": "firetv-remote", + "version": "0.1.0", "private": true, + "author": { + "name": "Zane Helton", + "email": "zane99@me.com" + }, "scripts": { "start": "node ./bin/www" },