This website requires JavaScript.
Explore
Help
Register
Sign In
suimeng
/
honojs-middleware
mirror of
https://github.com/honojs/middleware.git
Watch
1
Star
0
Fork
You've already forked honojs-middleware
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9235709060
honojs-middleware
/
packages
/
react-compat
/
tsconfig.json
10 lines
108 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: add @hono/react-compat package (#563) * Add @hono/react-compat package The creation of this package was proposed by Gaetan Puleo. Co-authored-by: Gaetan Puleo <pro@gaetanpuleo.com> * remove the changelog file and fix the version in `package.json` these will be modified by Changesets * correct `exports` paths in `package.json` and add `hono` as dev dependency * export as `default` * add build command to the `package.json` at the top * add changeset. we release it as `patch` first. --------- Co-authored-by: Gaetan Puleo <pro@gaetanpuleo.com> Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
2024-06-12 21:38:58 +08:00
{
build: typescript project references (#1077) * build: typescript project references * chore: remove duplicate keys
2025-04-02 17:28:02 +08:00
"files"
:
[
]
,
"include"
:
[
]
,
"references"
:
[
{
"path"
:
"./tsconfig.build.json"
}
]
build(react-compat): lint published package (#1060)
2025-03-27 14:33:45 +08:00
}