Comparing version 1.2.0 to 1.2.1
@@ -9,3 +9,3 @@ #!/usr/bin/env node | ||
function render(input, outputFile, directory, callback) { | ||
function render(input, output, directory, callback) { | ||
var buffers = []; | ||
@@ -12,0 +12,0 @@ |
@@ -123,5 +123,7 @@ "use strict"; | ||
this.parent.content.addText(">"); | ||
this.parent.content.addBuffer(this.content); | ||
if(!isVoid) { | ||
if(isVoid) { | ||
console.log(this.content); | ||
} else { | ||
this.parent.content.addBuffer(this.content); | ||
this.parent.content.addText("</" + node.name + ">"); | ||
@@ -196,3 +198,3 @@ } | ||
context.content.code + | ||
"\nreturn __output;" | ||
"\nreturn __output;"; | ||
@@ -199,0 +201,0 @@ var compiled = new Function("__util, data", code); |
{ | ||
"name": "razorleaf", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"main": "razorleaf.js", | ||
@@ -28,2 +28,3 @@ "files": [ | ||
}, | ||
"homepage": "https://charmander.me/razorleaf/", | ||
"licenses": [ | ||
@@ -30,0 +31,0 @@ { |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
28518
910
0