Skip to content

Commit 1863ceb

Browse files
committed
stuff
1 parent 5a82b16 commit 1863ceb

File tree

3 files changed

+9
-18
lines changed

3 files changed

+9
-18
lines changed

goat.code-workspace

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959
],
6060
"settings": {
61-
"editor.formatOnSave": true,
62-
"editor.defaultFormatter": "biomejs.biome"
63-
}
61+
"editor.formatOnSave": true,
62+
"editor.defaultFormatter": "biomejs.biome"
63+
}
6464
}

typescript/package.json

+2-10
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@
4141
"bugs": {
4242
"url": "https://github.com/crossmint/goat/issues"
4343
},
44-
"keywords": [
45-
"ai",
46-
"agents",
47-
"web3"
48-
],
49-
"packageManager": "pnpm@9.14.2",
50-
"workspaces": [
51-
"packages/*",
52-
"examples/*"
53-
]
44+
"keywords": ["ai", "agents", "web3"],
45+
"packageManager": "pnpm@9.14.2"
5446
}

typescript/pnpm-workspace.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
packages:
2-
- 'packages/*'
3-
- 'packages/*/*'
4-
- "examples/*"
5-
- "examples/*/*"
6-
2+
- "examples/**/*"
3+
- "packages/**/*"
4+
- "!**/.next/**"
5+
- "!**/dist/**"

0 commit comments

Comments
 (0)