Skip to content

Commit

Permalink
fix: nodejs deprecated api <DEP0148> (#1585)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyj1991 committed Sep 24, 2021
1 parent 706042c commit acb08e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -8,7 +8,10 @@
"require": "./lib/application.js",
"import": "./dist/koa.mjs"
},
"./": "./"
"./*": "./*.js",
"./*.js": "./*.js",
"./package": "./package.json",
"./package.json": "./package.json"
},
"scripts": {
"test": "jest --forceExit",
Expand Down

0 comments on commit acb08e0

Please sign in to comment.