Skip to content

Commit

Permalink
fix: Add koa exports to package.json (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrinormak authored Dec 13, 2023
1 parent 5a54875 commit e99cf99
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@
"require": "./lib/use/fastify.js",
"import": "./lib/use/fastify.mjs"
},
"./lib/use/koa": {
"types": "./lib/use/koa.d.ts",
"require": "./lib/use/koa.js",
"import": "./lib/use/koa.mjs"
},
"./package.json": "./package.json"
},
"types": "lib/index.d.ts",
Expand Down

0 comments on commit e99cf99

Please sign in to comment.