pouchdb-update

v1.0.0
A PouchDB plug-in that allows you to re-use your CouchDB update functions on the client side.

build-js

mkdir -p ../../dist && browserify index.js -s Update -o ../../dist/pouchdb-update.js

build

npm run build-js; cd ../../dist; uglifyjs pouchdb-update.js -mc > pouchdb-update.min.js

Metadata

Downloads

Maintainers