Skip to content

Commit

Permalink
adding sinon-chai to the mocha template
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellmb committed Jul 16, 2014
1 parent 712d4a5 commit d553b57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"mocha": "*",
"karma-mocha": "*",
"karma-chai": "*",
"sinon-chai": "*",
"karma-sinon": "*",<% } %><% if (options.coffee) { %>
"coffee-script": "*",
"karma-coffee-preprocessor": "*",<% } %>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-microjs",
"version": "0.1.0",
"version": "0.1.1",
"description": "Scaffold out a micro library or framework using yeoman.",
"license": "MIT",
"repository": "daniellmb/generator-microjs",
Expand All @@ -10,7 +10,7 @@
"url": "https://github.com/daniellmb"
},
"bugs": {
"url": "https://github.com/daniellmb/generator-microlib/issues"
"url": "https://github.com/daniellmb/generator-microjs/issues"
},
"licenses": [
{
Expand Down

0 comments on commit d553b57

Please sign in to comment.