aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcainus <[email protected]>2013-06-02 21:52:41 -0700
committercainus <[email protected]>2013-06-02 21:52:41 -0700
commit5915e1c88adccdc0a2a8225c6ecc8a5ebf84bb0e (patch)
treec7b1b844164ccf2fc5a01437dcbb0c5c1051d2d5 /package.json
parent844e98851eb0847c49c351652205a92951ded191 (diff)
downloadnode-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.json5
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",