Skip to content

Commit

Permalink
fix: fix export point
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 6, 2022
1 parent 9461905 commit cf31425
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -8,7 +8,10 @@
"yarn": ">=1.0.0"
},
"type": "module",
"exports": "./lib/multiSemanticRelease.js",
"exports": {
".": "./lib/multiSemanticRelease.js",
"./*": "./*"
},
"bin": {
"multi-semantic-release": "./bin/cli.js"
},
Expand Down

0 comments on commit cf31425

Please sign in to comment.