Skip to content

Commit 0a26bce

Browse files
committed
clean up npm package content
1 parent cdd4bfc commit 0a26bce

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ $ npm run sample-same -- --detail
146146
$ npm run sample-single
147147
```
148148
## Change log
149+
v1.1.4 - clean up npm package
150+
149151
v1.1.3 - Added explicit lodash dependency (Apr 2017)
150152
151153
v1.1.2 - Added _single_ file summary reporting & node 4.x (LTS) compatibility (Apr 2017)

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "istanbul-diff",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Diffs istanbul json summary coverage reports",
55
"main": "lib/index.js",
66
"bin": "bin/cli.js",
@@ -33,7 +33,7 @@
3333
"type": "git",
3434
"url": "git+https://github.com/moos/istanbul-diff.git"
3535
},
36-
"author": "moos",
36+
"author": "Moos",
3737
"license": "MIT",
3838
"bugs": {
3939
"url": "https://github.com/moos/istanbul-diff/issues"

0 commit comments

Comments
 (0)