Comparing version 1.0.224 to 1.0.225
{ | ||
"name": "bashlink", | ||
"version": "1.0.224", | ||
"version": "1.0.225", | ||
"description": "Testable, predictable and scoped code in bash.", | ||
@@ -67,5 +67,6 @@ "keywords": [ | ||
"lint:given": "shellcheck -x", | ||
"postversion": "yarn publish --non-interactive && git push --tags && git push", | ||
"report:coverage": "true", | ||
"test": "./doctest.sh --verbose", | ||
"update": "yarn version --patch && yarn publish", | ||
"update": "yarn version --patch", | ||
"update:documentation": "documentation-website" | ||
@@ -72,0 +73,0 @@ }, |
256815