diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d33eaec --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +* +node_modules/ + +!.gitignore +!*.md +!*.js +!package.json +!package-lock.json +!*.example.json diff --git a/package-lock.json b/package-lock.json index 21ed751..2ec58ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { - "name": "twit-webhook", - "version": "1.0.0", + "name": "twitter-discord-webhook", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "twit-webhook", - "version": "1.0.0", - "license": "ISC", + "name": "twitter-discord-webhook", + "version": "1.1.0", + "license": "AGPL", "dependencies": { "discord-webhook-node": "^1.1.8", "twit": "^2.2.11" diff --git a/package.json b/package.json index 1172559..21d00b6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.1.0", "description": "Stalk a person and their Tweets by sending them all to a Discord webhook!", "main": "main.js", - "author": "Stovven", + "author": "Stovven & RGBCube", "license": "AGPL", "dependencies": { "discord-webhook-node": "^1.1.8",