This commit is contained in:
Erik 2023-12-08 14:38:02 +02:00
parent 82698322a7
commit 680c585d04

View File

@ -1,6 +1,6 @@
{
"name": "@navy.gif/discord-webhook",
"version": "1.2.3",
"version": "1.2.4",
"description": "Client for interacting with discord webhooks",
"author": "Navy.gif",
"license": "MIT",
@ -23,7 +23,7 @@
"scripts": {
"build": "tsc --build --force && tsc --project tsconfig.cjs.json && node ./scripts/declareTypes.js",
"test": "tsc && jest",
"release": "tsc && yarn publish",
"release": "yarn build && yarn publish",
"lint": "eslint --fix"
},
"devDependencies": {