Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #162 from glynnbird/1.6.1
Browse files Browse the repository at this point in the history
dependency to cloudant-nano
  • Loading branch information
glynnbird authored Nov 8, 2016
2 parents c1fccba + 01481ed commit 22c08d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudant.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"contributors": [
"Glynn Bird <[email protected]>"
Expand Down

0 comments on commit 22c08d0

Please sign in to comment.