Comparing version 2.7.1 to 2.7.2
@@ -37,3 +37,3 @@ /* | ||
execSync( | ||
`git clone https://github.com/07-media-sor/07_umb9_boilerplate.git && rm -rf ./07_umb9_boilerplate/.git dotnet new --debug:reinit && dotnet new -i ./07_umb9_boilerplate && dotnet new 07-umb9-template -o ${name} && rm -rf ./07_umb9_boilerplate && cd ./${name} && && ${ | ||
`git clone https://github.com/07-media-sor/07_umb9_boilerplate.git && rm -rf ./07_umb9_boilerplate/.git && dotnet new --debug:reinit && dotnet new -i ./07_umb9_boilerplate && dotnet new 07-umb9-template -o ${name} && rm -rf ./07_umb9_boilerplate && cd ./${name} && && ${ | ||
process.platform === ('darwin' || 'linux') | ||
@@ -40,0 +40,0 @@ ? `open https://localhost:44304/` |
{ | ||
"name": "07-cli", | ||
"version": "2.7.1", | ||
"version": "2.7.2", | ||
"description": "A command line tool for 07 organization", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
607895