backup-rotation
Advanced tools
Comparing version 1.0.18 to 1.0.19
{ | ||
"name": "backup-rotation", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"license": "CC-BY-3.0", | ||
@@ -37,3 +37,3 @@ "description": "This script allows you to create a local or remote backup rotation for your files.", | ||
"lint:given": "shellcheck -x", | ||
"test": "bashlink-doctest --verbose backupRotation", | ||
"test": "bashlink-doctest --verbose ../../backupRotation", | ||
"update": "npm version patch && npm publish", | ||
@@ -40,0 +40,0 @@ "update:documentation": "documentationWebsite --log-level info" |
20997