Skip to content

Commit

Permalink
fix: compatible with node-v12.19.0 & earlier (#1590)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyj1991 committed Sep 24, 2021
1 parent e482ed3 commit a37a2e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Expand Up @@ -8,6 +8,14 @@
"require": "./lib/application.js",
"import": "./dist/koa.mjs"
},
"./lib/request": "./lib/request.js",
"./lib/request.js": "./lib/request.js",
"./lib/response": "./lib/response.js",
"./lib/response.js": "./lib/response.js",
"./lib/application": "./lib/application.js",
"./lib/application.js": "./lib/application.js",
"./lib/context": "./lib/context.js",
"./lib/context.js": "./lib/context.js",
"./*": "./*.js",
"./*.js": "./*.js",
"./package": "./package.json",
Expand Down

0 comments on commit a37a2e5

Please sign in to comment.