Skip to content

Commit

Permalink
gitignore turbo, format
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterStorey committed Oct 3, 2024
1 parent 1ed0994 commit 54d0f5b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 29 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,5 @@ dist

# Finder (MacOS) folder config
.DS_Store

.turbo
3 changes: 3 additions & 0 deletions CHANGELOG.md
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

58 changes: 29 additions & 29 deletions package.json
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"
}
}

0 comments on commit 54d0f5b

Please sign in to comment.