Skip to content

Commit

Permalink
fix bin pathes for ccat in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
evsign committed Oct 3, 2019
1 parent 00a7179 commit 0ba7783
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"guzzlehttp/guzzle": "~6.0"
},
"bin": [
"bin/ccat"
"bin/ccat_linux",
"bin/ccat_darwin"
],
"require-dev": {
"mockery/mockery": "^0.9.9",
Expand Down

0 comments on commit 0ba7783

Please sign in to comment.