Skip to content

Commit

Permalink
fix(koa-router): missed package
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Nov 20, 2024
1 parent caf09b5 commit e9e8a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const packages = {
hono: { hasRouter: true, package: 'hono' },
koa: {},
'koa-isomorphic-router': { extra: true, hasRouter: true },
'koa-router': { extra: true, hasRouter: true },
'koa-router': { extra: true, hasRouter: true, package: '@koa/router' },
micro: { extra: true },
'micro-route': { extra: true, hasRouter: true },
microrouter: { extra: true, hasRouter: true },
Expand Down

0 comments on commit e9e8a10

Please sign in to comment.