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

Commit 01481ed

Browse files
committed
dependency to cloudant-nano
1 parent c1fccba commit 01481ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudant.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = Cloudant;
1414
* and limitations under the License.
1515
*/
1616

17-
var Nano = require('nano');
17+
var Nano = require('cloudant-nano');
1818
var debug = require('debug')('cloudant');
1919
var nanodebug = require('debug')('nano');
2020

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache-2.0",
55
"homepage": "http://github.com/cloudant/nodejs-cloudant",
66
"repository": "git://github.com/cloudant/nodejs-cloudant",
7-
"version": "1.6.0",
7+
"version": "1.6.1",
88
"author": "Jason Smith <[email protected]>",
99
"contributors": [
1010
"Glynn Bird <[email protected]>"

0 commit comments

Comments
 (0)