You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by gl...@apache.org on 2017/09/20 20:32:15 UTC

[couchdb-nano] branch master updated: Use cloudant-follow (#60)

This is an automated email from the ASF dual-hosted git repository.

glynnbird pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git


The following commit(s) were added to refs/heads/master by this push:
     new 2e4f1b7  Use cloudant-follow (#60)
2e4f1b7 is described below

commit 2e4f1b7cfb47e75a6bc3544a596c336ca0d621c9
Author: Loay <lo...@users.noreply.github.com>
AuthorDate: Wed Sep 20 16:32:13 2017 -0400

    Use cloudant-follow (#60)
---
 lib/nano.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/nano.js b/lib/nano.js
index 19f6177..70fec9a 100644
--- a/lib/nano.js
+++ b/lib/nano.js
@@ -18,7 +18,7 @@ var querystring = require('querystring');
 var request = require('request');
 var errs = require('errs');
 var _ = require('underscore');
-var follow = require('follow');
+var follow = require('cloudant-follow');
 var logger = require('./logger');
 
 var nano;

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].