Skip to content

Commit

Permalink
Updated Readme and Package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Mainwaring committed Nov 5, 2014
1 parent 5ba9184 commit c238e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Card Dealer
[![Build Status](https://travis-ci.org/theaccordance/card-dealer.svg?branch=master)](https://travis-ci.org/theaccordance/card-dealer)[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
[![Build Status](https://travis-ci.org/theaccordance/card-dealer.svg?branch=master)] (https://travis-ci.org/theaccordance/card-dealer)[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)

Card Dealer is a module that will generate a JavaScript array of playing card objects based on a standard 52 card deck.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "card-dealer",
"version": "0.1.0",
"version": "0.1.3",
"description": "Generate Playing Card Objects",
"main": "lib/card-dealer.js",
"scripts": {
Expand Down

0 comments on commit c238e22

Please sign in to comment.