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

Commit 83480c6

Browse files
authored
Merge pull request #234 from cloudant/use-cloudant-nano-6.7.0
Use [email protected]
2 parents 0e3e027 + 0da884f commit 83480c6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# UNRELEASED
2+
- [UPGRADED] Upgrade package: [email protected].
23

34
# 1.9.0 (2017-10-20)
45
- [NEW] Add 'error' & 'response' events to 429 retry plugin stream.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"dependencies": {
2626
"async": "2.1.2",
27-
"cloudant-nano": "6.6.0",
27+
"cloudant-nano": "6.7.0",
2828
"debug": "^3.1.0",
2929
"request": "^2.81.0"
3030
},
@@ -53,6 +53,6 @@
5353
},
5454
"main": "./cloudant.js",
5555
"engines": {
56-
"node": ">=0.8.0"
56+
"node": ">=4.8.2"
5757
}
5858
}

0 commit comments

Comments
 (0)