Skip to content

Commit

Permalink
v1.2.1; moved to github
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-de-vries committed Aug 19, 2015
1 parent 207de72 commit a4df125
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dist
node_modules
17 changes: 4 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
{
"name": "pouchdb-validation",
"version": "1.2.0",
"version": "1.2.1",
"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"
},
"repository": "pouchdb/pouchdb-validation",
"homepage": "http:https://python-pouchdb.marten-de-vries.nl/plugins.html",
"bugs": "https://bugs.launchpad.net/python-pouchdb",
"keywords": [
"pouch",
"pouchdb",
Expand All @@ -35,12 +31,7 @@
"es3ify": "^0.1.3"
},
"scripts": {
"build-js": "mkdir -p ../../dist && browserify index.js -s Validation -o ../../dist/pouchdb-validation.js",
"build": "npm run build-js; cd ../../dist; uglifyjs pouchdb-validation.js -mc > pouchdb-validation.min.js"
},
"browserify": {
"transform": [
"es3ify"
]
"build-js": "mkdir -p dist && browserify index.js -g es3ify -s Validation -o dist/pouchdb-validation.js",
"build": "npm run build-js; cd dist; uglifyjs pouchdb-validation.js -mc > pouchdb-validation.min.js"
}
}

0 comments on commit a4df125

Please sign in to comment.