This commit is contained in:
Erik 2023-04-12 21:27:41 +03:00
parent 0fc42ee526
commit a7ce02cf33
Signed by: Navy.gif
GPG Key ID: 2532FBBB61C65A68

View File

@ -1,6 +1,6 @@
{
"name": "@navy.gif/discord-webhook",
"version": "1.1.1",
"version": "1.2.0",
"description": "Client for interacting with discord webhooks",
"author": "Navy.gif",
"license": "MIT",
@ -28,9 +28,9 @@
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/node-fetch": "2",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@types/node-fetch": "2",
"eslint": "^8.37.0",
"typescript": "^5.0.3"
},