1
Fork 0
mirror of https://github.com/RGBCube/TwitterDiscordWebhook synced 2025-07-30 06:27:45 +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

10
package-lock.json generated
View file

@ -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"