generator-ph
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -119,4 +119,4 @@ var yeoman = require('yeoman-generator'), | ||
// Remove some unused files | ||
//fs.unlinkSync(dest + "\\index-menu.html"); | ||
//fs.unlinkSync(dest + "\\landing-page.html"); | ||
fs.unlinkSync(dest + "/index-menu.html"); | ||
fs.unlinkSync(dest + "/landing-page.html"); | ||
}, | ||
@@ -123,0 +123,0 @@ /** |
{ | ||
"name": "generator-ph", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": { |
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
65753