Skip to content

Commit

Permalink
fix: add binary for games in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
kolotov committed Sep 9, 2023
1 parent ec3253f commit 866b4a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
"bin": [
"bin/brain-games",
"bin/brain-even",
"bin/brain-calc"
"bin/brain-calc",
"bin/brain-gcd",
"bin/brain-prime",
"bin/brain-progression"
],
"license": "MIT",
"require-dev": {
Expand Down

0 comments on commit 866b4a5

Please sign in to comment.