Skip to content

Commit

Permalink
Gave node modules version numbers and published them on npm, small fi…
Browse files Browse the repository at this point in the history
…x to the nodejs test suite, some documentation changes.
  • Loading branch information
marten-de-vries committed Jun 5, 2014
1 parent ae4625f commit 0348435
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ A PouchDB plug-in that allows you to re-use your CouchDB
validate_doc_update functions on the client side. A browser version is
available.

See also [pouchdb-validation's documentation](http:https://pythonhosted.org/Python-PouchDB/js-plugins.html#pouchdb-validation-plug-in)

[Website of this plug-in and a few others](http:https://python-pouchdb.marten-de-vries.nl/plugins.html)
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"name": "pouchdb-validation",
"version": "1.0.0",
"main": "index.js",
"description": "A PouchDB plug-in that allows you to re-use your CouchDB validate_doc_update functions on the client side.",
"repository": {
"type": "bzr",
"url": "http:https://bazaar.launchpad.net/~marten-de-vries/python-pouchdb/0.x"
},
"dependencies": {
"couchdb-objects": "*",
"couchdb-eval": "*",
"promise-nodify": "*"
"couchdb-objects": "^0.1.0",
"couchdb-eval": "^1.0.0",
"promise-nodify": "^1.0.0"
},
"devDependencies": {
"es3ify": "*"
"es3ify": "^0.1.3"
},
"scripts": {
"build-js": "mkdir -p ../../dist && browserify index.js -s Validation -o ../../dist/pouchdb-validation.js",
Expand Down

0 comments on commit 0348435

Please sign in to comment.