You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/10/03 17:47:39 UTC

[41/50] git commit: updated refs/heads/1894-feature-experimental-nodejs-couchjs to 532100c

remove last extra reference


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

Branch: refs/heads/1894-feature-experimental-nodejs-couchjs
Commit: 868c2614f56c88be155d83fc82a0698dee14ac0d
Parents: ba6bdae
Author: Jan Lehnardt <ja...@apache.org>
Authored: Sat Sep 21 16:35:08 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Thu Oct 3 17:21:30 2013 +0200

----------------------------------------------------------------------
 src/couchjs-node/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/868c2614/src/couchjs-node/package.json
----------------------------------------------------------------------
diff --git a/src/couchjs-node/package.json b/src/couchjs-node/package.json
index 665888c..5e8ade0 100644
--- a/src/couchjs-node/package.json
+++ b/src/couchjs-node/package.json
@@ -7,7 +7,7 @@
 
 , "engines": { "node": ">= 0.8" }
 , "main": "./couchjs.js"
-, "bin": {"couchjs-node":"./cli.js", "couchjs-extra":"./extra.js"}
+, "bin": {"couchjs-node":"./cli.js"}
 
 , "couchdb": { "main":"./couchdb.js"
              , "vhosts": ["127.0.0.1.xip.io"]