@xapp/dynamo-service
Advanced tools
Comparing version 0.0.18 to 0.0.19
{ | ||
"name": "@xapp/dynamo-service", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "A dynamo help class which will help maintain data integrity.", | ||
@@ -14,3 +14,3 @@ "main": "index.js", | ||
"circleci": "nyc mocha './src/test/**/*.ts'", | ||
"deploy:minor": "npm version patch && npm publish", | ||
"deploy:minor": "npm version patch -m 'Minor update [skip ci]' && npm publish", | ||
"postversion": "git push && git push --tags" | ||
@@ -17,0 +17,0 @@ }, |
Sorry, the diff of this file is not supported yet
181836