You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by jh...@apache.org on 2015/09/20 13:19:55 UTC

couchdb-nano git commit: Remove pre-commit requirements

Repository: couchdb-nano
Updated Branches:
  refs/heads/master 1b65feec0 -> cbab06519


Remove pre-commit requirements


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

Branch: refs/heads/master
Commit: cbab06519900e116d99255f604dc161ac2a69c5b
Parents: 1b65fee
Author: Jason Smith <ja...@gmail.com>
Authored: Sun Sep 20 18:16:51 2015 +0700
Committer: Jason Smith <ja...@gmail.com>
Committed: Sun Sep 20 18:16:51 2015 +0700

----------------------------------------------------------------------
 package.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-nano/blob/cbab0651/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 6ee064b..29d6b5e 100644
--- a/package.json
+++ b/package.json
@@ -31,8 +31,7 @@
     "jscs": "^1.7.0",
     "nock": "^0.48.1",
     "endswith": "^0.0.0",
-    "tape-it": "^0.3.1",
-    "pre-commit": "0.0.9"
+    "tape-it": "^0.3.1"
   },
   "scripts": {
     "test": "DEBUG=* NOCK_OFF=true istanbul cover tape tests/*/*/*.js",