File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 57
57
"mocha" : " *" ,
58
58
"karma-mocha" : " *" ,
59
59
"karma-chai" : " *" ,
60
+ "sinon-chai" : " *" ,
60
61
"karma-sinon" : " *" ,<% } %><% if (options.coffee) { %>
61
62
"coffee-script" : " *" ,
62
63
"karma-coffee-preprocessor" : " *" ,<% } %>
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " generator-microjs" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Scaffold out a micro library or framework using yeoman." ,
5
5
"license" : " MIT" ,
6
6
"repository" : " daniellmb/generator-microjs" ,
10
10
"url" : " https://github.com/daniellmb"
11
11
},
12
12
"bugs" : {
13
- "url" : " https://github.com/daniellmb/generator-microlib /issues"
13
+ "url" : " https://github.com/daniellmb/generator-microjs /issues"
14
14
},
15
15
"licenses" : [
16
16
{
You can’t perform that action at this time.
0 commit comments