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 581B917318 for ; Fri, 31 Oct 2014 03:00:58 +0000 (UTC) Received: (qmail 55561 invoked by uid 500); 31 Oct 2014 03:00:58 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 55415 invoked by uid 500); 31 Oct 2014 03:00:58 -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 55231 invoked by uid 99); 31 Oct 2014 03:00:58 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Oct 2014 03:00:58 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id BCBD3A05B8C; Fri, 31 Oct 2014 03:00:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Fri, 31 Oct 2014 03:01:00 -0000 Message-Id: <67c705d9d30e4ad09649a2886f73703f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/9] jquery-couch commit: updated refs/heads/master to ec5fa13 Add dependencies they are managed with bower, except sinon. there is no browser build on bower for sinon and also no one on npm so far. in the future they want to use browserify Signed-off-by: Alexander Shorin Project: http://git-wip-us.apache.org/repos/asf/couchdb-jquery-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jquery-couch/commit/b93776b7 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jquery-couch/tree/b93776b7 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jquery-couch/diff/b93776b7 Branch: refs/heads/master Commit: b93776b7ea6eca80e6792ee98ff7a6ce95dcb93f Parents: c7d975a Author: Robert Kowalski Authored: Mon Jun 16 22:49:36 2014 +0200 Committer: Alexander Shorin Committed: Thu Jul 31 19:19:18 2014 +0400 ---------------------------------------------------------------------- bower.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-jquery-couch/blob/b93776b7/bower.json ---------------------------------------------------------------------- diff --git a/bower.json b/bower.json index 03a06fd..b9846fc 100644 --- a/bower.json +++ b/bower.json @@ -18,5 +18,10 @@ "bower_components", "test", "tests" - ] + ], + "devDependencies": { + "mocha": "~1.20.1", + "jquery": "~2.1.1", + "chai": "~1.9.1" + } }