You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by ja...@apache.org on 2015/02/18 11:17:03 UTC

[3/4] admin commit: updated refs/heads/master to db84dab

bin mode


Project: http://git-wip-us.apache.org/repos/asf/couchdb-admin/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-admin/commit/b456c034
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-admin/tree/b456c034
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-admin/diff/b456c034

Branch: refs/heads/master
Commit: b456c0343c6a032edc0d3b6a94dbd9047512cbeb
Parents: 0ec747a
Author: Robert Kowalski <ro...@kowalski.gd>
Authored: Mon Feb 16 18:16:23 2015 +0100
Committer: Robert Kowalski <ro...@kowalski.gd>
Committed: Mon Feb 16 18:18:20 2015 +0100

----------------------------------------------------------------------
 board-report/README.md    | 1 +
 board-report/package.json | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/b456c034/board-report/README.md
----------------------------------------------------------------------
diff --git a/board-report/README.md b/board-report/README.md
index 821294a..9709935 100644
--- a/board-report/README.md
+++ b/board-report/README.md
@@ -3,6 +3,7 @@
 ## Usage
 
 ```shell
+npm i -g
 generate-report <daterange> | --help
 ```
 

http://git-wip-us.apache.org/repos/asf/couchdb-admin/blob/b456c034/board-report/package.json
----------------------------------------------------------------------
diff --git a/board-report/package.json b/board-report/package.json
index 2a1abbd..41c680d 100644
--- a/board-report/package.json
+++ b/board-report/package.json
@@ -1,9 +1,10 @@
 {
-  "name": "board-report",
+  "name": "generate-report",
   "version": "1.0.0",
   "private": true,
   "description": "I'm helping to prepare board reports",
   "main": "lib/index.js",
+  "bin": "./generate-report",
   "scripts": {
     "test": "mocha -R spec"
   },