@goldstack/utils-cli
Advanced tools
Comparing version 0.1.38 to 0.2.0
{ | ||
"name": "@goldstack/utils-cli", | ||
"version": "0.1.38", | ||
"version": "0.2.0", | ||
"description": "Utilities for building command line interfaces.", | ||
@@ -20,3 +20,4 @@ "license": "MIT", | ||
"test:ci": "jest --passWithNoTests --config=./jest.config.js", | ||
"version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\"" | ||
"version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\"", | ||
"version:apply:force": "yarn version $@ && yarn version apply" | ||
}, | ||
@@ -23,0 +24,0 @@ "devDependencies": { |
3179