feathers-pouchdb
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "feathers-pouchdb", | ||
"description": "Feathers PouchDB service.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/himpun/feathers-pouchdb", | ||
@@ -30,3 +30,3 @@ "main": "lib/", | ||
"prepublish": "npm run compile", | ||
"publish": "git push origin --tags && npm run changelog && git push origin", | ||
"publish": "git push upstream --tags && git push upstream", | ||
"release:patch": "npm version patch && npm publish", | ||
@@ -33,0 +33,0 @@ "release:minor": "npm version minor && npm publish", |
211199