v1.2.4
This commit is contained in:
parent
82698322a7
commit
680c585d04
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user