Skip to content

Commit

Permalink
Extend exports for plugin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jul 30, 2021
1 parent 38dabbe commit 134d27e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -36,7 +36,10 @@
"release-it": "bin/release-it.js"
},
"type": "module",
"exports": "./lib/index.js",
"exports": {
".": "./lib/index.js",
"./test/util": "./test/util/index.js"
},
"files": [
"bin",
"config",
Expand Down

0 comments on commit 134d27e

Please sign in to comment.