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

Commit c1fccba

Browse files
authored
Merge pull request #161 from glynnbird/prelease
1.6.0
2 parents 2b41f40 + 0e7578d commit c1fccba

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,10 @@ branches:
77
- rewrite
88
node_js:
99
- "0.12"
10-
- "iojs"
1110
- "4.2"
11+
- "5"
1212
- "node"
13-
services:
14-
- docker
1513
os:
1614
- linux
17-
before_script:
18-
- ./scripts/run_couchdb_on_travis.sh
1915
before_install:
2016
- npm update -g npm

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -275,11 +275,11 @@ Whenever the Cloudant library wishes to make an outgoing HTTP request, it will c
275275

276276
Cloudant is a wrapper around the Nano library and as such, Nano's documentation should be consulted for:
277277

278-
- [Database functions](https://github.com/apache/couchdb-nano#database-functions)
279-
- [Document functions](https://github.com/apache/couchdb-nano#document-functions)
280-
- [Multipart functions](https://github.com/apache/couchdb-nano#multipart-functions)
281-
- [Attachment functions](https://github.com/apache/couchdb-nano#attachments-functions)
282-
- [View and Design functions](https://github.com/apache/couchdb-nano#views-and-design-functions)
278+
- [Database functions](https://github.com/cloudant-labs/cloudant-nano#database-functions)
279+
- [Document functions](https://github.com/cloudant-labs/cloudant-nano#document-functions)
280+
- [Multipart functions](https://github.com/cloudant-labs/cloudant-nano#multipart-functions)
281+
- [Attachment functions](https://github.com/cloudant-labs/cloudant-nano#attachments-functions)
282+
- [View and Design functions](https://github.com/cloudant-labs/cloudant-nano#views-and-design-functions)
283283

284284
This library adds documentation for the following:
285285

@@ -965,7 +965,7 @@ If you run this example, you will see:
965965

966966
## License
967967

968-
Copyright (c) 2015 IBM Cloudant, Inc. All rights reserved.
968+
Copyright (c) 2016 IBM Cloudant, Inc. All rights reserved.
969969

970970
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
971971
except in compliance with the License. You may obtain a copy of the License at
@@ -990,7 +990,7 @@ and limitations under the License.
990990
* [Issues](https://github.com/cloudant/nodejs-cloudant/issues)
991991
* [Follow library](https://github.com/iriscouch/follow)
992992

993-
[Nano Library]: https://github.com/apache/couchdb-nano
993+
[Nano Library]: https://github.com/cloudant-labs/cloudant-nano
994994
[Cloudant Documentation]: https://docs.cloudant.com/
995995
[Cloudant Query]: https://docs.cloudant.com/cloudant_query.html
996996
[Cloudant Search]: https://docs.cloudant.com/search.html

package.json

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

0 commit comments

Comments
 (0)