Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mPaella committed Dec 6, 2024
1 parent 5a82b16 commit 1863ceb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 18 deletions.
6 changes: 3 additions & 3 deletions goat.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
],
"settings": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome"
}
"editor.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome"
}
}
12 changes: 2 additions & 10 deletions typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@
"bugs": {
"url": "https://github.com/crossmint/goat/issues"
},
"keywords": [
"ai",
"agents",
"web3"
],
"packageManager": "[email protected]",
"workspaces": [
"packages/*",
"examples/*"
]
"keywords": ["ai", "agents", "web3"],
"packageManager": "[email protected]"
}
9 changes: 4 additions & 5 deletions typescript/pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
packages:
- 'packages/*'
- 'packages/*/*'
- "examples/*"
- "examples/*/*"

- "examples/**/*"
- "packages/**/*"
- "!**/.next/**"
- "!**/dist/**"

0 comments on commit 1863ceb

Please sign in to comment.