File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change
1
+ - [ 2024-10-04] [ bleed for mono] ( https://github.com/RubricLab/config/commit/a3e232ae91d78c60f206392aa317941e06426279 )
1
2
- [ 2024-10-03] [ mod lint script] ( https://github.com/RubricLab/config/commit/d4d0926fbef0a53550cea00b96e39786e04d067f )
2
3
- [ 2024-10-03] [ gitignore turbo, format] ( https://github.com/RubricLab/config/commit/eeef6fbfd4eb0b641ce75d105891538863a75420 )
3
4
- [ 2024-10-02] [ format] ( https://github.com/RubricLab/config/commit/7faf99293ab87383fc4a53ad9bc6d0bb7c12d203 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @rubriclab/config" ,
3
- "version" : " 0.0.12 " ,
3
+ "version" : " 0.0.13 " ,
4
4
"exports" : {
5
5
"./biome" : " ./biome.json" ,
6
6
"./tsconfig" : " ./tsconfig.json" ,
18
18
},
19
19
"scripts" : {
20
20
"prepare" : " bunx simple-git-hooks" ,
21
- "bleed" : " bun x npm-check-updates -u && bun i " ,
21
+ "bleed" : " bun x npm-check-updates -u" ,
22
22
"format" : " bun x biome format --write ." ,
23
23
"lint" : " bun x biome check . && bun x biome lint ." ,
24
24
"lint:fix" : " bun x biome check --fix --unsafe . && bun x biome lint --write --unsafe ." ,
You can’t perform that action at this time.
0 commit comments