backup-rotation
Advanced tools
Comparing version 1.0.115 to 1.0.116
{ | ||
"name": "backup-rotation", | ||
"version": "1.0.115", | ||
"version": "1.0.116", | ||
"license": "CC-BY-3.0", | ||
@@ -36,4 +36,3 @@ "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", | ||
"test": "./node_modules/.bin/bashlink-doctest --verbose ../../backup-rotation", | ||
"update": "yarn version patch && yarn npm publish", | ||
@@ -43,7 +42,7 @@ "update:documentation": "documentation-website" | ||
"dependencies": { | ||
"bashlink": "^1.0.245" | ||
"bashlink": "^1.0.249" | ||
}, | ||
"devDependencies": { | ||
"documentation-website": "^1.0.326", | ||
"shellcheck": "^2.2.0" | ||
"documentation-website": "^1.0.328", | ||
"shellcheck": "^3.0.0" | ||
}, | ||
@@ -50,0 +49,0 @@ "engines": { |
22604
Updatedbashlink@^1.0.249