diff options
| author | cainus <[email protected]> | 2013-06-02 21:52:41 -0700 |
|---|---|---|
| committer | cainus <[email protected]> | 2013-06-02 21:52:41 -0700 |
| commit | 5915e1c88adccdc0a2a8225c6ecc8a5ebf84bb0e (patch) | |
| tree | c7b1b844164ccf2fc5a01437dcbb0c5c1051d2d5 /package.json | |
| parent | 844e98851eb0847c49c351652205a92951ded191 (diff) | |
| download | node-coveralls-5915e1c88adccdc0a2a8225c6ecc8a5ebf84bb0e.tar.xz node-coveralls-5915e1c88adccdc0a2a8225c6ecc8a5ebf84bb0e.zip | |
fixed logger bug in the last published version preventing --verbose from working. version bump to 2.0.11.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 314d234..8986508 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "coverage", "coveralls" ], - "version": "2.0.10", + "version": "2.0.11", "bugs": { "url": "https://github.com/cainus/node-coveralls/issues" }, @@ -21,7 +21,8 @@ "contributors": [ "Alan Gutierrez <[email protected]> (http://www.prettyrobots.com/)", "Kir Belevich (https://github.com/svg)", - "elliotcable <[email protected]> (http://elliottcable.name/)" + "elliotcable <[email protected]> (http://elliottcable.name/)", + "Arpad Borsos <[email protected]> (http://swatinem.de/)" ], "dependencies": { "libyaml": "0.2.2", |
