aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcainus <[email protected]>2013-03-21 06:56:33 -0700
committercainus <[email protected]>2013-03-21 06:56:33 -0700
commit3b464fafef5b6dc7a75873d1f3e636bcded8382c (patch)
tree4636e4767d84e3fad5d5913112a316b3b88765d3 /package.json
parentd56cccc4e37b2b57d813f74772fd864f9f69abd6 (diff)
downloadnode-coveralls-3b464fafef5b6dc7a75873d1f3e636bcded8382c.tar.xz
node-coveralls-3b464fafef5b6dc7a75873d1f3e636bcded8382c.zip
working-ish!
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0fac7c5..cf79a81 100644
--- a/package.json
+++ b/package.json
@@ -2,13 +2,16 @@
"name": "coveralls",
"description" : "taks json-cov output into stdin and POSTs to coveralls.io",
"keywords" : ["coverage", "coveralls"],
- "version": "1.0.0",
+ "version": "1.1.0",
"bugs": {
"url": "https://github.com/cainus/node-coveralls/issues"
},
"scripts" : {
"test" : "make test"
},
+ "bin" : {
+ "coveralls" : "./bin/coveralls.js"
+ }
"maintainers": [
{
"name": "Gregg Caines",