Comparing version 1.0.5 to 1.0.6
@@ -31,3 +31,3 @@ #!/usr/bin/env node | ||
} else if (item === "-g" || item === "--gitignore") { | ||
generate(__dirname + "/templates/" + ".gitignore", ".gitignore"); | ||
generate(__dirname + "/templates/" + "gitignore", ".gitignore"); | ||
} else if (item === "-ho" || item === "--hound") { | ||
@@ -34,0 +34,0 @@ generate(__dirname + "/templates/" + ".hound.yml", ".hound.yml"); |
{ | ||
"name": "keza", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Generate nodejs CI template files, Eslint config files, gitignore and readme file from the command line when keza's CLI is installed globally", | ||
@@ -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
13229
18