Skip to content

Commit 78dc522

Browse files
committed
chore: minor updates
1 parent cdb0093 commit 78dc522

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ bun run release # automates git commits, versioning, and changelog generations
3535

3636
This Starter Kit comes pre-configured with the following:
3737

38-
- [Powerful Build Engine](https://github.com/unjs/unbuild) - via unbuild
38+
- [Powerful Build Engine](https://github.com/oven-sh/bun) - via Bun
3939
- [Fully Typed APIs](https://www.typescriptlang.org/) - via TypeScript 5.1
4040
- [Be a Good Commitizen](https://www.npmjs.com/package/git-cz) - pre-configured Commitizen & git-cz setup to simplify semantic git commits, versioning, and changelog generations
4141
- [Built With Testing In Mind](https://bun.sh/docs/cli/test) - pre-configured unit-testing powered by [Bun](https://bun.sh/docs/cli/test)

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "@stacksjs/dummy-bun-ts-pkg",
2+
"name": "bun-ts-starter",
33
"version": "0.0.5",
44
"description": "",
5-
"author": "Chris Breuer <chris@ow3.org>",
5+
"author": "Chris Breuer <chris@stacksjs.org>",
66
"license": "MIT",
77
"homepage": "https://github.com/stacksjs/bun-ts-starter#readme",
88
"repository": {
@@ -59,8 +59,8 @@
5959
"typescript": "^5.3.2"
6060
},
6161
"simple-git-hooks": {
62-
"pre-commit": "npx --no-install lint-staged",
63-
"commit-msg": "npx --no -- commitlint --edit $1"
62+
"pre-commit": "bunx --no-install lint-staged",
63+
"commit-msg": "bunx --no -- commitlint --edit $1"
6464
},
6565
"lint-staged": {
6666
"*.{js,jsx,ts,tsx,vue}": "eslint --fix"

0 commit comments

Comments
 (0)