Skip to content

Commit

Permalink
fix: nodejs deprecated api <DEP0148> (#1585) (#1588)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyj1991 authored Sep 24, 2021
1 parent 3435e78 commit 04acf02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
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 04acf02

Please sign in to comment.