Skip to content

Commit

Permalink
Merge e5617c1 into 8c1dd48
Browse files Browse the repository at this point in the history
  • Loading branch information
daleyjem authored Jan 10, 2022
2 parents 8c1dd48 + e5617c1 commit ec8de58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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 ec8de58

Please sign in to comment.