From 3ab73459adfe9820c31e6cceb8503478d759bd77 Mon Sep 17 00:00:00 2001 From: jacoobes Date: Thu, 16 Feb 2023 10:49:02 -0600 Subject: [PATCH] bump version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9c737c8..7045825 100644 --- a/package.json +++ b/package.json @@ -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",