@smoosee/freemarker
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -23,3 +23,3 @@ "use strict"; | ||
(0, fs_1.appendFileSync)(configFile, `outputRoot: ${(0, path_1.dirname)(outputFile)}\n`, 'utf-8'); | ||
(0, fs_1.appendFileSync)(configFile, `data: ${JSON.stringify(dataFile, null, 4)}\n`, 'utf-8'); | ||
(0, fs_1.appendFileSync)(configFile, `data: json("${dataFile}"\n`, 'utf-8'); | ||
(0, fs_1.appendFileSync)(configFile, `outputFile: ${outputFile}\n`, 'utf-8'); | ||
@@ -26,0 +26,0 @@ return new Promise((resolve, reject) => { |
{ | ||
"name": "@smoosee/freemarker", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Freemarker renderer using fmpp", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/smoosee/freemarker", |
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
2172880