-
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.
- Loading branch information
1 parent
1ed0994
commit 54d0f5b
Showing
3 changed files
with
34 additions
and
29 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 |
---|---|---|
|
@@ -173,3 +173,5 @@ dist | |
|
||
# Finder (MacOS) folder config | ||
.DS_Store | ||
|
||
.turbo |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- [2024-10-03] [gitignore turbo, format](https://github.com/RubricLab/memory/commit/fd8aedfe7144de98f9a405305e3b82839084fab7) | ||
# Changelog | ||
|
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,31 +1,31 @@ | ||
{ | ||
"name": "@rubriclab/memory", | ||
"module": "index.ts", | ||
"version": "0.0.0", | ||
"private": false, | ||
"type": "module", | ||
"devDependencies": { | ||
"@types/bun": "^1.1.10" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^5.0.0" | ||
}, | ||
"dependencies": { | ||
"@rubriclab/package": "*", | ||
"@rubriclab/config": "*" | ||
}, | ||
"simple-git-hooks": { | ||
"post-commit": "bun run rubriclab-postcommit" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"prepare": "bun x simple-git-hooks", | ||
"bleed": "bun x npm-check-updates -u && bun i", | ||
"clean": "rm -rf .next && rm -rf node_modules", | ||
"format": "bun x biome format --write .", | ||
"lint": "bun x biome check .", | ||
"lint:fix": "bun x biome lint . --write --unsafe" | ||
} | ||
"name": "@rubriclab/memory", | ||
"module": "index.ts", | ||
"version": "0.0.1", | ||
"private": false, | ||
"type": "module", | ||
"devDependencies": { | ||
"@types/bun": "^1.1.10" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^5.0.0" | ||
}, | ||
"dependencies": { | ||
"@rubriclab/package": "*", | ||
"@rubriclab/config": "*" | ||
}, | ||
"simple-git-hooks": { | ||
"post-commit": "bun run rubriclab-postcommit" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"prepare": "bun x simple-git-hooks", | ||
"bleed": "bun x npm-check-updates -u && bun i", | ||
"clean": "rm -rf .next && rm -rf node_modules", | ||
"format": "bun x biome format --write .", | ||
"lint": "bun x biome check .", | ||
"lint:fix": "bun x biome lint . --write --unsafe" | ||
} | ||
} |