File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,8 @@ $ npm run sample-same -- --detail
146
146
$ npm run sample-single
147
147
```
148
148
## Change log
149
+ v1.1.4 - clean up npm package
150
+
149
151
v1.1.3 - Added explicit lodash dependency (Apr 2017)
150
152
151
153
v1.1.2 - Added _single_ file summary reporting & node 4.x (LTS) compatibility (Apr 2017)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " istanbul-diff" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.4 " ,
4
4
"description" : " Diffs istanbul json summary coverage reports" ,
5
5
"main" : " lib/index.js" ,
6
6
"bin" : " bin/cli.js" ,
33
33
"type" : " git" ,
34
34
"url" : " git+https://github.com/moos/istanbul-diff.git"
35
35
},
36
- "author" : " moos " ,
36
+ "author" : " Moos " ,
37
37
"license" : " MIT" ,
38
38
"bugs" : {
39
39
"url" : " https://github.com/moos/istanbul-diff/issues"
You can’t perform that action at this time.
0 commit comments