From e29ae9f73fcc8e352c593ffe2a2c321fa9884f23 Mon Sep 17 00:00:00 2001 From: Caven Date: Fri, 12 Apr 2024 21:18:53 +0800 Subject: [PATCH] chore: update deps --- bun.lockb | Bin 144256 -> 144256 bytes package.json | 13 ++++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/bun.lockb b/bun.lockb index 3cb89329a1aa9403b310afc09d35eeee53e4ff27..7f50b3b74af20d34da375fe88b9f82aa25324d4d 100755 GIT binary patch delta 141 zcmV;80CN9;=Lmr32#_uyBeA8UIHDaa)TNA9F9IY49``~i delta 141 zcmV;80CN9;=Lmr32#_uyqX>}F+g=RRU|(O7aN>0$;dYRs@B%=Lrc)$~jb7&$u}(^J zlh_K5lc_l8G0v!|h#AZN-K;I+63)%8p`Jz3s`TzT{G vI5K6UKo7=rJJKA&_;=du;`$Io1fsX43juz70X4TIhygdJ0X4T=F9IY4`#(X~ diff --git a/package.json b/package.json index cbb1f48..c4b0216 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,12 @@ "bugs": { "url": "https://github.com/heybrostudio/bun-lib-starter/issues" }, - "keywords": ["heybrostudio", "typescript", "ts-lib", "bun"], + "keywords": [ + "heybrostudio", + "typescript", + "ts-lib", + "bun" + ], "sideEffects": false, "exports": { ".": { @@ -28,7 +33,9 @@ "main": "dist/index.cjs", "module": "dist/index.js", "types": "dist/index.d.ts", - "files": ["dist"], + "files": [ + "dist" + ], "scripts": { "dev": "bun run --watch src/index.ts", "build": "tsup", @@ -44,7 +51,7 @@ }, "devDependencies": { "@biomejs/biome": "^1.6.4", - "@heybrostudio/biome-config": "^0.0.5", + "@heybrostudio/biome-config": "^0.0.6", "@types/bun": "latest", "bumpp": "^9.4.0", "lint-staged": "^15.2.2",