From ab2983f2feda696506fe11ca46460e39df529f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diogo=20=22Moz=C3=A3o=22=20Fonseca?= Date: Thu, 11 Apr 2024 12:24:00 -0300 Subject: [PATCH] chore(rc/bun): update package script that was on npm --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6af5c52..c42a2a5 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "format": "bun run prettier && bun run lint", "format:fix": "bun run prettier:fix && bun run lint:fix", "lint-staged": "lint-staged && tsc", - "prebuild": "npm run lint-staged", + "prebuild": "bun run lint-staged", "prepare": "husky", "commit": "commit" }, @@ -42,7 +42,7 @@ "npm": "!^x", "yarn": "!^x", "pnpm": "!^x", - "bun": "^1.0.x" + "bun": "^1.1.x" }, "dependencies": { "react": "^18.x",