Uploads the kanso.json file as a CommonJS module under the 'settings' directory. Useful for packages that need access to these values after deployment.
Add settings
to your dependencies section in kanso.json
.
...
"dependencies": {
"settings": null,
...
}
Run kanso install
to fetch the package.
Jul 19, 2017
0.16
- ⚠ Security fix where private data could potentially be included in a ddoc (couchapp). #3