File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ - [ 2024-10-02] [ Use bun x instead of bunx] ( https://github.com/RubricLab/package/commit/d275bcc6e64a1dd86a86d174c4cf91f392df67ad )
1
2
- [ 2024-10-01] [ Run with bunx] ( https://github.com/RubricLab/package/commit/3eaf4da606419744daf7306c609acec43041158a )
2
3
- [ 2024-10-01] [ Bun run bin] ( https://github.com/RubricLab/package/commit/29319b0949a45cb696fa69c3a7251eb6c2dc4393 )
3
4
- [ 2024-10-01] [ Bun run bin] ( https://github.com/RubricLab/package/commit/1ab202522dbb5d80d7bc7e98d889dfac02db5412 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rubriclab/package" ,
3
- "version" : " 0.0.51 " ,
3
+ "version" : " 0.0.52 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/RubricLab/package.git"
15
15
},
16
16
"scripts" : {
17
17
"postinstall" : " bun x @rubriclab/package rubriclab-setuppackage" ,
18
- "prepare" : " bunx simple-git-hooks" ,
19
- "bleed" : " bunx npm-check-updates -u && bun i" ,
18
+ "prepare" : " bun x simple-git-hooks" ,
19
+ "bleed" : " bun x npm-check-updates -u && bun i" ,
20
20
"format" : " bun x biome format --write ." ,
21
21
"lint" : " bun x biome check ." ,
22
22
"lint:fix" : " bun x biome lint ." ,
You can’t perform that action at this time.
0 commit comments