Skip to content

Commit

Permalink
Add missing classes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdonald committed Aug 8, 2019
1 parent abd3c58 commit 200b0a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion META6.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Console::Blackjack",
"description": "Console Blackjack",
"version": "1.0.0",
"version": "1.0.1",
"perl": "6.d",
"auth": "github:gdonald",
"authors": ["Greg Donald"],
Expand All @@ -10,6 +10,8 @@
"test-depends": [],
"provides": {
"Console::Blackjack": "lib/Console/Blackjack.pm6",
"Console::Blackjack::Card": "lib/Console/Blackjack/Card.pm6",
"Console::Blackjack::Hand": "lib/Console/Blackjack/Hand.pm6",
"Console::Blackjack::PlayerHand": "lib/Console/Blackjack/PlayerHand.pm6",
"Console::Blackjack::DealerHand": "lib/Console/Blackjack/DealerHand.pm6",
"Console::Blackjack::Shoe": "lib/Console/Blackjack/Shoe.pm6"
Expand Down

0 comments on commit 200b0a0

Please sign in to comment.