Skip to content

Commit a0adcb4

Browse files
committed
fix: include bin directory in published files
1 parent af53e3a commit a0adcb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"access": "public"
4747
},
4848
"files": [
49-
"lib"
49+
"lib",
50+
"bin"
5051
],
5152
"license": "MIT",
5253
"engines": {

0 commit comments

Comments
 (0)