Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "couchdbjs", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A node client for couchdb.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -74,2 +74,3 @@ # couchdbjs | ||
```js | ||
// not recommended | ||
const db = new Couchdbjs('dbname', options); | ||
@@ -80,2 +81,3 @@ ``` | ||
```js | ||
// recommended | ||
Couchdbjs.createDB({ | ||
@@ -82,0 +84,0 @@ protocol: 'http:', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14337
216