Skip to content

Commit cf31425

Browse files
committed
fix: fix export point
1 parent 9461905 commit cf31425

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"yarn": ">=1.0.0"
99
},
1010
"type": "module",
11-
"exports": "./lib/multiSemanticRelease.js",
11+
"exports": {
12+
".": "./lib/multiSemanticRelease.js",
13+
"./*": "./*"
14+
},
1215
"bin": {
1316
"multi-semantic-release": "./bin/cli.js"
1417
},

0 commit comments

Comments
 (0)