fix: package.json peerDependencies instead of deps
This commit is contained in:
parent
341e238669
commit
c800ed4e61
11
package.json
11
package.json
|
|
@ -4,11 +4,10 @@
|
|||
"description": "Non-blocking async agent fanout for pi",
|
||||
"type": "module",
|
||||
"main": "index.ts",
|
||||
"dependencies": {
|
||||
"@earendil-works/pi-coding-agent": "^1.0.0",
|
||||
"@earendil-works/pi-agent-core": "^1.0.0",
|
||||
"@earendil-works/pi-ai": "^1.0.0",
|
||||
"@earendil-works/pi-tui": "^1.0.0",
|
||||
"typebox": "^0.0.1"
|
||||
"peerDependencies": {
|
||||
"@earendil-works/pi-coding-agent": "*",
|
||||
"@earendil-works/pi-agent-core": "*",
|
||||
"@earendil-works/pi-ai": "*",
|
||||
"@earendil-works/pi-tui": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Reference in New Issue