generator-hl-challenge
Advanced tools
Comparing version 1.4.12 to 1.4.13
@@ -170,7 +170,7 @@ const Generator = require('yeoman-generator'); | ||
} | ||
//if no gold nugget add a empty root folder | ||
if (!this.answers.goldnugget) { | ||
this.fs.write( | ||
this.destinationPath('root'), | ||
'This folder is empty' | ||
this.destinationPath('root/README.md'), | ||
'No goldnugget' | ||
); | ||
@@ -177,0 +177,0 @@ } |
{ | ||
"name": "generator-hl-challenge", | ||
"version": "1.4.12", | ||
"version": "1.4.13", | ||
"description": "Hacking-Lab Challenge container generator", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
8269121
49160