Skip to content

Commit

Permalink
Use extension-based export for test/util.js (fixes #920)
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jul 16, 2022
1 parent 31068de commit 529bc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"type": "module",
"exports": {
".": "./lib/index.js",
"./test/util": "./test/util/index.js"
"./test/util.js": "./test/util/index.js"
},
"files": [
"bin",
Expand Down

0 comments on commit 529bc1f

Please sign in to comment.