generated from archoleat/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: nikkeyl <[email protected]>
- Loading branch information
1 parent
97e5c5e
commit 79cf59c
Showing
17 changed files
with
49 additions
and
9,755 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
"exclude": [ | ||
"config.yml", | ||
"CHANGELOG.md", | ||
"pnpm-lock.yaml", | ||
"README.md" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# Directories | ||
node_modules | ||
|
||
# Files | ||
bun.lockb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
pnpm --no-install commitlint --edit | ||
bun commitlint --edit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
pnpm git-pull-run --pattern 'package.json' --command 'pnpm i' | ||
bun git-pull-run --pattern 'package.json' --command 'bun i' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
pnpm lint-staged | ||
bun lint-staged |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Files | ||
*.md | ||
pnpm-lock.yaml | ||
|
||
# *rc | ||
.ecrc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,15 +28,13 @@ | |
"next", | ||
"typescript" | ||
], | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=20.0.0", | ||
"pnpm": ">=9.0.0" | ||
"bun": ">=1.0.0" | ||
}, | ||
"type": "module", | ||
"types": "index.d.ts", | ||
"imports": { | ||
"#index": "./src/index.ts" | ||
"#src/*": "./src/*" | ||
}, | ||
"exports": { | ||
".": "./index.js" | ||
|
@@ -46,7 +44,7 @@ | |
"index.js" | ||
], | ||
"scripts": { | ||
"init": "pnpm i && husky" | ||
"init": "bun i && husky" | ||
}, | ||
"peerDependencies": { | ||
"next": "^13.0.0 || ^14.0.0 || ^15.0.0" | ||
|
@@ -62,6 +60,7 @@ | |
"@rollup/plugin-typescript": "^12.1.2", | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/git": "^10.0.1", | ||
"@types/bun": "^1.1.14", | ||
"@typescript-eslint/eslint-plugin": "^7.18.0", | ||
"@typescript-eslint/parser": "^7.18.0", | ||
"@vitest/coverage-v8": "^2.1.8", | ||
|
@@ -90,8 +89,6 @@ | |
"rollup": "^4.29.1", | ||
"rollup-plugin-dts": "^6.1.1", | ||
"rollup-plugin-esbuild": "^6.1.1", | ||
"semantic-release": "^24.2.0", | ||
"typescript": "^5.7.2", | ||
"vitest": "^2.1.8" | ||
"semantic-release": "^24.2.0" | ||
} | ||
} |
Oops, something went wrong.