fix: remove broken ./hooks export path from pi-coding-agent (#984)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
TÂCHES 2026-03-17 17:02:12 -06:00 committed by GitHub
parent fbadd369f4
commit 4da793f576

View file

@ -13,10 +13,6 @@
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./hooks": {
"types": "./dist/core/hooks/index.d.ts",
"import": "./dist/core/hooks/index.js"
}
},
"scripts": {