couchdb-bootstrap
Advanced tools
Comparing version 1.9.0 to 1.10.0
{ | ||
"name": "couchdb-bootstrap", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"description": "Bootstrap projects: configure CouchDB, setup security, deploy ddocs and create users.", | ||
"main": "index.js", | ||
"bin": "cli.js", | ||
"bin": { | ||
"couchdb-bootstrap": "cli.js", | ||
"cdbb": "cli.js" | ||
}, | ||
"scripts": { | ||
@@ -8,0 +11,0 @@ "test": "tape test/*.js | tap-spec" |
@@ -94,2 +94,4 @@ # CouchDB Bootstrap | ||
Or use the shortcurt `cdbb`. | ||
When `SOURCE` is omitted, the current directory will be used. | ||
@@ -96,0 +98,0 @@ `options.index` is always true. |
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
15381
110