Skip to content

Commit d2e30a6

Browse files
committed
dependency version bump
1 parent cc7597b commit d2e30a6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ The application uses these Bluemix services:
1212

1313
* a Node.js runtime
1414
* a Cloudant database
15-
* a Redis in-memory database from Compose.io (Optional)
1615

1716
Once the data is uploaded, you can use the UI to browse and manage your data via the integrated CMS. Additionally, a CORS-enabled API endpoint is available at `<your domain name>/search`. The endpoint takes advantage of Cloudant's built-in integration for Lucene full-text indexing. Here's what you get:
1817

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"body-parser": "^1.13.2",
1313
"cf-deployment-tracker-client": "^0.x",
1414
"cfenv": "1.0.x",
15-
"cloudant": "1.3.0",
15+
"cloudant": "1.6.2",
1616
"compression": "^1.5.1",
1717
"cors": "^2.7.1",
1818
"couchimport": "0.3.0",

0 commit comments

Comments
 (0)