Skip to content

Commit b26ac21

Browse files
committed
bleed for mono
1 parent 1bbbda1 commit b26ac21

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
- [2024-10-04] [bleed for mono](https://github.com/RubricLab/config/commit/a3e232ae91d78c60f206392aa317941e06426279)
12
- [2024-10-03] [mod lint script](https://github.com/RubricLab/config/commit/d4d0926fbef0a53550cea00b96e39786e04d067f)
23
- [2024-10-03] [gitignore turbo, format](https://github.com/RubricLab/config/commit/eeef6fbfd4eb0b641ce75d105891538863a75420)
34
- [2024-10-02] [format](https://github.com/RubricLab/config/commit/7faf99293ab87383fc4a53ad9bc6d0bb7c12d203)

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rubriclab/config",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"exports": {
55
"./biome": "./biome.json",
66
"./tsconfig": "./tsconfig.json",
@@ -18,7 +18,7 @@
1818
},
1919
"scripts": {
2020
"prepare": "bunx simple-git-hooks",
21-
"bleed": "bun x npm-check-updates -u && bun i",
21+
"bleed": "bun x npm-check-updates -u",
2222
"format": "bun x biome format --write .",
2323
"lint": "bun x biome check . && bun x biome lint .",
2424
"lint:fix": "bun x biome check --fix --unsafe . && bun x biome lint --write --unsafe .",

0 commit comments

Comments
 (0)