aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcainus <[email protected]>2013-03-28 00:39:20 -0700
committercainus <[email protected]>2013-03-28 00:39:20 -0700
commit7e3b06ea7ab092ffb9fb75d94fefc5f31a6925b7 (patch)
treef78ba1b2c09f0865f78ee5d19f7f12b6f0d52f70 /package.json
parentf27d2ec87c5ce5606cc01839ad056b5b1a4ae7a2 (diff)
downloadnode-coveralls-7e3b06ea7ab092ffb9fb75d94fefc5f31a6925b7.tar.xz
node-coveralls-7e3b06ea7ab092ffb9fb75d94fefc5f31a6925b7.zip
fix pathing issues?
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 01fcaed..8c36330 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "coveralls",
"description" : "takes json-cov output into stdin and POSTs to coveralls.io",
"keywords" : ["coverage", "coveralls"],
- "version": "2.0.1",
+ "version": "2.0.2",
"bugs": {
"url": "https://github.com/cainus/node-coveralls/issues"
},