Skip to content

Commit d553b57

Browse files
committed
adding sinon-chai to the mocha template
1 parent 712d4a5 commit d553b57

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/templates/_package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"mocha": "*",
5858
"karma-mocha": "*",
5959
"karma-chai": "*",
60+
"sinon-chai": "*",
6061
"karma-sinon": "*",<% } %><% if (options.coffee) { %>
6162
"coffee-script": "*",
6263
"karma-coffee-preprocessor": "*",<% } %>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-microjs",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Scaffold out a micro library or framework using yeoman.",
55
"license": "MIT",
66
"repository": "daniellmb/generator-microjs",
@@ -10,7 +10,7 @@
1010
"url": "https://github.com/daniellmb"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/daniellmb/generator-microlib/issues"
13+
"url": "https://github.com/daniellmb/generator-microjs/issues"
1414
},
1515
"licenses": [
1616
{

0 commit comments

Comments
 (0)