Comparing version 2.3.6 to 2.3.7
@@ -37,6 +37,6 @@ /* | ||
execSync( | ||
`gh repo create 07-media-sor/${name} --private -y | ||
` | ||
echo "# ${name}" >> README.md | ||
git init | ||
git add README.md | ||
git add . | ||
git commit -m "first commit" | ||
@@ -43,0 +43,0 @@ git branch -M main |
{ | ||
"name": "07-cli", | ||
"version": "2.3.6", | ||
"version": "2.3.7", | ||
"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
61687