Skip to content

Commit

Permalink
Added exports.default
Browse files Browse the repository at this point in the history
  • Loading branch information
daleyjem authored and kevinpeno committed Oct 20, 2024
1 parent 7aad3d3 commit 2e38a4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"exports": {
".": {
"require": "./lib/application.js",
"import": "./dist/koa.mjs"
"import": "./dist/koa.mjs",
"default": "./dist/koa.mjs"
},
"./*": "./*.js",
"./*.js": "./*.js",
Expand Down

0 comments on commit 2e38a4a

Please sign in to comment.