backup-rotation
Advanced tools
Comparing version 1.0.107 to 1.0.108
{ | ||
"name": "backup-rotation", | ||
"version": "1.0.107", | ||
"version": "1.0.108", | ||
"license": "CC-BY-3.0", | ||
@@ -37,4 +37,5 @@ "description": "This script allows you to create a local or remote backup rotation for your files.", | ||
"lint:given": "shellcheck -x", | ||
"postversion": "yarn publish --non-interactive && git push --tags && git push", | ||
"test": "bashlink-doctest --verbose ../../backup-rotation", | ||
"update": "yarn version --patch && yarn publish", | ||
"update": "yarn version --patch", | ||
"update:documentation": "documentation-website" | ||
@@ -41,0 +42,0 @@ }, |
22819