Skip to content

Commit

Permalink
bleed for mono
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterStorey committed Oct 4, 2024
1 parent 54a7149 commit f759669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- [2024-10-04] [bleed for mono](https://github.com/RubricLab/memory/commit/6db7d39072c60714068bcb00b07bbf917d76b4b8)
- [2024-10-03] [mod lint script](https://github.com/RubricLab/memory/commit/e5a4392d2e7852f0d1424f730aa1316bfeb66f3b)
- [2024-10-03] [gitignore turbo, format](https://github.com/RubricLab/memory/commit/fd8aedfe7144de98f9a405305e3b82839084fab7)
# Changelog
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rubriclab/memory",
"module": "index.ts",
"version": "0.0.2",
"version": "0.0.3",
"private": false,
"type": "module",
"devDependencies": {
Expand All @@ -22,7 +22,7 @@
},
"scripts": {
"prepare": "bun x simple-git-hooks",
"bleed": "bun x npm-check-updates -u && bun i",
"bleed": "bun x npm-check-updates -u",
"clean": "rm -rf .next && rm -rf node_modules",
"format": "bun x biome format --write .",
"lint": "bun x biome check . && bun x biome lint .",
Expand Down

0 comments on commit f759669

Please sign in to comment.