Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4CAD6E8AD for ; Mon, 11 Feb 2013 11:12:23 +0000 (UTC) Received: (qmail 50840 invoked by uid 500); 11 Feb 2013 11:12:22 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 50105 invoked by uid 500); 11 Feb 2013 11:12:20 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 48380 invoked by uid 99); 11 Feb 2013 11:12:15 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2013 11:12:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A19B43C73C; Mon, 11 Feb 2013 11:12:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jan@apache.org To: commits@couchdb.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [36/50] [abbrv] git commit: Add couchapp to fauxton requirements. Message-Id: <20130211111214.A19B43C73C@tyr.zones.apache.org> Date: Mon, 11 Feb 2013 11:12:14 +0000 (UTC) Add couchapp to fauxton requirements. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/6ab9c65d Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/6ab9c65d Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/6ab9c65d Branch: refs/heads/fauxton Commit: 6ab9c65df540739b4827ab1ec5df1d8a39ace9d6 Parents: c32cc4a Author: Michael Rhodes Authored: Mon Feb 4 10:36:32 2013 +0000 Committer: Michael Rhodes Committed: Mon Feb 4 10:36:32 2013 +0000 ---------------------------------------------------------------------- src/fauxton/package.json | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/6ab9c65d/src/fauxton/package.json ---------------------------------------------------------------------- diff --git a/src/fauxton/package.json b/src/fauxton/package.json index 4c92787..99db90b 100644 --- a/src/fauxton/package.json +++ b/src/fauxton/package.json @@ -10,6 +10,7 @@ "async": "~0.1.22", "grunt": "~0.3.17", "bbb": "0.1.10", + "couchapp": "0.9.1", "grunt-contrib": "~0.0.8", "grunt-contrib-copy": "~0.3.2", "grunt-couchapp": "~0.1.0",