diff --git a/bun.lockb b/bun.lockb index 4354f20..ffc1791 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/eslint.config.js b/eslint.config.js index 5d2da7f..e89f35c 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -8,8 +8,8 @@ export default tsEslint.config({ "**/*.js", "**/*.d.ts", "**/*.json", - "dist/", - "templates/", + "dist/**/*", + "templates/**/*", "node_modules/**/*" ], }, { diff --git a/packages/handlers/package.json b/packages/handlers/package.json index a4cf98f..f393760 100644 --- a/packages/handlers/package.json +++ b/packages/handlers/package.json @@ -1,6 +1,6 @@ { "name": "@lilybird/handlers", - "version": "0.6.0-beta.3", + "version": "0.6.0-beta.4", "description": "Command handlers and more for lilybird", "main": "./dist/index.js", "author": "DidaS",