aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcainus <[email protected]>2013-03-21 06:58:12 -0700
committercainus <[email protected]>2013-03-21 06:58:12 -0700
commita3dffb79d7d764aec3c2c005569117b097ff4367 (patch)
tree214d5c5e9e2ee97ced10f314e912487dabc14779
parent3b464fafef5b6dc7a75873d1f3e636bcded8382c (diff)
downloadnode-coveralls-a3dffb79d7d764aec3c2c005569117b097ff4367.tar.xz
node-coveralls-a3dffb79d7d764aec3c2c005569117b097ff4367.zip
fixed package.json.
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index cf79a81..eed4bd8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "coveralls",
- "description" : "taks json-cov output into stdin and POSTs to coveralls.io",
+ "description" : "takes json-cov output into stdin and POSTs to coveralls.io",
"keywords" : ["coverage", "coveralls"],
"version": "1.1.0",
"bugs": {
@@ -11,7 +11,7 @@
},
"bin" : {
"coveralls" : "./bin/coveralls.js"
- }
+ },
"maintainers": [
{
"name": "Gregg Caines",