Skip to content

Commit

Permalink
Merge pull request #13 from ashnur/patch-1
Browse files Browse the repository at this point in the history
fix missing comma
  • Loading branch information
Philipp Dyck committed Jun 12, 2016
2 parents 47b6790 + c5caece commit b0737e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ module.exports = {
gvg: gvg.cards,
loe: loe.cards,
naxxramas: naxxramas.cards,
tgt: tgt.cards
tgt: tgt.cards,
wtog: wtog.cards
};
};

0 comments on commit b0737e6

Please sign in to comment.