Comparing version 0.0.1 to 0.0.2
@@ -101,2 +101,3 @@ var fs = require("fs"); | ||
//console.log(dir,fileName,fileContent); | ||
if(fs.existsSync(fileName)) return; //Don't create if the directory already exists | ||
fs.writeFileSync(fileName,fileContent); | ||
@@ -103,0 +104,0 @@ } |
{ | ||
"name": "moge", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A simple directory scaffoledr", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
4456
108