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/09/25 13:30:58 UTC

[09/12] git commit: updated refs/heads/1894-feature-experimental-nodejs-couchjs to ca5ecb8

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/8e251ea0
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/8e251ea0
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/8e251ea0

Branch: refs/heads/1894-feature-experimental-nodejs-couchjs
Commit: 8e251ea0eba95b4e8fa8a75c24e06f02584e13ec
Parents: ac41170
Author: Jan Lehnardt <ja...@apache.org>
Authored: Sat Sep 21 16:35:08 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Sat Sep 21 16:35:08 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/8e251ea0/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"]