@goldstack/utils-cli
Advanced tools
Comparing version 0.2.9 to 0.2.10
{ | ||
"name": "@goldstack/utils-cli", | ||
"version": "0.2.9", | ||
"version": "0.2.10", | ||
"description": "Utilities for building command line interfaces.", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"build:watch": "yarn clean && yarn compile-watch", | ||
"clean": "rm -rf ./dist", | ||
"clean": "rimraf ./dist", | ||
"compile": "tsc -p tsconfig.json", | ||
@@ -39,6 +39,7 @@ "compile-watch": "tsc -p tsconfig.json --watch", | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.1.30", | ||
"@goldstack/utils-git": "0.1.31", | ||
"@types/jest": "^27.0.2", | ||
"@types/node": "^16.11.0", | ||
"jest": "^26.6.3", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^26.5.4", | ||
@@ -45,0 +46,0 @@ "typescript": "^4.4.3" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3849
7