Skip to content

Commit 1243816

Browse files
committed
Export bins from package
1 parent 4a2c1b1 commit 1243816

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
"exports": {
6868
"./lib/es6/*": "./lib/es6/*",
6969
"./lib/js/*": "./lib/js/*",
70-
"./package.json": "./package.json"
70+
"./package.json": "./package.json",
71+
"./binaries": "./cli/common/bins.js"
7172
},
7273
"imports": {
7374
"#cli/*": "./cli/common/*.js",

0 commit comments

Comments
 (0)