Comparing version 1.3.2 to 1.3.3
@@ -306,3 +306,5 @@ #!/usr/bin/env node | ||
if (!fs.existsSync(path.join(process.cwd(),'.github','ISSUE_TEMPLATE'))) { | ||
fs.mkdirSync(path.join(process.cwd(),'.github','ISSUE_TEMPLATE')); | ||
fs.mkdirSync(path.join(process.cwd(),'.github','ISSUE_TEMPLATE') ,{recursive: true}, err => { | ||
console.log(err); | ||
}); | ||
} | ||
@@ -309,0 +311,0 @@ await write_files( |
{ | ||
"name": "qikstart", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "CLI tool to kick-start a GitHub repository (LICENSE,CODE-OF-CONDUCT,README,ISSUE-TEMPLATE and many more..)", | ||
@@ -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
157283
2507