make forge a peerDependency

fixes duplicate module instances when bundled

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Corey Johnson 2026-01-20 15:06:37 -08:00
parent 6f99e4b08e
commit bf21731d4d

View File

@ -11,10 +11,10 @@
"hono": "^4.10.7"
},
"peerDependencies": {
"typescript": "^5"
"typescript": "^5",
"forge": "*"
},
"dependencies": {
"forge": "git+https://git.nose.space/defunkt/forge",
"lucide-static": "^0.555.0"
}
}