1
Fork 0
mirror of https://github.com/RGBCube/TwitterDiscordWebhook synced 2025-07-27 04:57:44 +00:00

chore: update package lock and add gitignore

This commit is contained in:
RGBCube 2023-01-17 05:37:35 -05:00
parent b25f2878e7
commit c501274cdc
3 changed files with 15 additions and 6 deletions

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
*
node_modules/
!.gitignore
!*.md
!*.js
!package.json
!package-lock.json
!*.example.json

10
package-lock.json generated
View file

@ -1,13 +1,13 @@
{ {
"name": "twit-webhook", "name": "twitter-discord-webhook",
"version": "1.0.0", "version": "1.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "twit-webhook", "name": "twitter-discord-webhook",
"version": "1.0.0", "version": "1.1.0",
"license": "ISC", "license": "AGPL",
"dependencies": { "dependencies": {
"discord-webhook-node": "^1.1.8", "discord-webhook-node": "^1.1.8",
"twit": "^2.2.11" "twit": "^2.2.11"

View file

@ -3,7 +3,7 @@
"version": "1.1.0", "version": "1.1.0",
"description": "Stalk a person and their Tweets by sending them all to a Discord webhook!", "description": "Stalk a person and their Tweets by sending them all to a Discord webhook!",
"main": "main.js", "main": "main.js",
"author": "Stovven", "author": "Stovven & RGBCube",
"license": "AGPL", "license": "AGPL",
"dependencies": { "dependencies": {
"discord-webhook-node": "^1.1.8", "discord-webhook-node": "^1.1.8",