forked from defunkt/howl
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:
parent
6f99e4b08e
commit
bf21731d4d
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user