From 01481ed5aa69f3aa7ca72db4f328443eb62b4392 Mon Sep 17 00:00:00 2001 From: Glynn Bird Date: Tue, 8 Nov 2016 15:13:16 +0000 Subject: [PATCH] dependency to cloudant-nano --- cloudant.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudant.js b/cloudant.js index 8bf8cb2b..e413bea6 100644 --- a/cloudant.js +++ b/cloudant.js @@ -14,7 +14,7 @@ module.exports = Cloudant; * and limitations under the License. */ -var Nano = require('nano'); +var Nano = require('cloudant-nano'); var debug = require('debug')('cloudant'); var nanodebug = require('debug')('nano'); diff --git a/package.json b/package.json index 377af9f2..a4c73785 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "homepage": "http://github.com/cloudant/nodejs-cloudant", "repository": "git://github.com/cloudant/nodejs-cloudant", - "version": "1.6.0", + "version": "1.6.1", "author": "Jason Smith ", "contributors": [ "Glynn Bird "