From 1bb48145447c88b8780e0edb8823489b0d2c1af9 Mon Sep 17 00:00:00 2001 From: RGBCube <78925721+RGBCube@users.noreply.github.com> Date: Sun, 15 Jan 2023 20:32:42 +0300 Subject: [PATCH] Update package --- package.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index b1e1087..8e088ce 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,9 @@ { - "name": "twit-webhook", - "version": "1.0.0", - "description": "", + "name": "twitter-discord-webhook", + "version": "1.1.0", + "description": "Stalk a person and their Tweets by sending them all to a Discord webhook!", "main": "main.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "stove", + "author": "Stovven", "license": "ISC", "dependencies": { "discord-webhook-node": "^1.1.8",