Skip to content

Commit 75ce9bc

Browse files
authored
Add the binary to package.json (#306)
1 parent c3601ab commit 75ce9bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "brimcap",
33
"version": "1.1.2",
4+
"bin": {
5+
"brimcap": "build/dist/brimcap"
6+
},
47
"files": [
58
"build/dist/**"
69
],

0 commit comments

Comments
 (0)