From fe421495fc87eedf5be96696a2b80c5a84e5cf1c Mon Sep 17 00:00:00 2001 From: wompmacho Date: Sun, 1 Nov 2020 21:58:22 -0500 Subject: [PATCH] new version and added github --- package-lock.json | 2 +- package.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index cfec075..33acfe9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "LiveChat", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 30fa033..5723b88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LiveChat", - "version": "1.0.1", + "version": "1.0.2", "description": "Enhances the YouTube Live Streaming experience with Emotes, Custom Styling and quality of life improvements.", "scripts": { "start": "webpack --progress --watch", @@ -9,6 +9,10 @@ "prod": "webpack --progress --config webpack.prod.js -p" }, "author": "wompmacho", + "repository": { + "type": "git", + "url": "git://github.com/wompmacho/live-chat.git" + }, "dependencies": { "axios": "^0.19.0", "date-fns": "^1.29.0",