bump version

This commit is contained in:
jacoobes
2023-02-16 10:49:02 -06:00
parent 16af2e996d
commit 3ab73459ad

View File

@@ -1,7 +1,7 @@
{
"name": "@sern/handler",
"packageManager": "pnpm@7.27.0",
"version": "2.5.1",
"version": "2.5.2",
"description": "A customizable, batteries-included, powerful discord.js framework to automate and streamline bot development.",
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
@@ -13,7 +13,7 @@
}
},
"scripts": {
"watch": "tsup --watch --dts",
"watch": "tsup --dts --watch",
"clean-modules": "rimraf node_modules/ && npm install",
"lint": "eslint src/**/*.ts",
"format": "eslint src/**/*.ts --fix",