atm3-postpackager-list-html
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -16,5 +16,3 @@ var path = require('path'), | ||
} | ||
if (!!folderObj.listFile) { | ||
return false; | ||
} else if (file.basename === 'list.html') { | ||
if (file.basename === 'list.html') { | ||
folderObj.listFile = file; | ||
@@ -33,5 +31,5 @@ } else { | ||
listFile.setContent(content); | ||
generateListFile(listFile, folderObj.files); | ||
fis.log.debug("generate list.html ok"); | ||
} | ||
generateListFile(listFile, folderObj.files); | ||
fis.log.debug("generate list.html ok"); | ||
} | ||
@@ -38,0 +36,0 @@ }); |
{ | ||
"name": "atm3-postpackager-list-html", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "atm3 generate list.html", | ||
@@ -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
3297
46