Skip to content

Commit

Permalink
Merge pull request #74 from eruptionjs/rc/bun
Browse files Browse the repository at this point in the history
chore(rc/bun): update package script that was on npm
  • Loading branch information
devmozao authored Apr 11, 2024
2 parents 8364667 + ab2983f commit c868ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -42,7 +42,7 @@
"npm": "!^x",
"yarn": "!^x",
"pnpm": "!^x",
"bun": "^1.0.x"
"bun": "^1.1.x"
},
"dependencies": {
"react": "^18.x",
Expand Down

0 comments on commit c868ebb

Please sign in to comment.