Comparing version 0.1.50 to 0.1.51
@@ -140,4 +140,3 @@ /** | ||
var e = { | ||
tag: tagName, | ||
render: function () { return render(e); } | ||
tag: tagName | ||
}; | ||
@@ -144,0 +143,0 @@ |
{ | ||
"name": "jyt", | ||
"version": "0.1.50", | ||
"version": "0.1.51", | ||
"description": "JavaScript Your Templates", | ||
@@ -5,0 +5,0 @@ "main": "lib/jyt.js", |
@@ -16,4 +16,4 @@ /** | ||
if (err) { done(err); } | ||
//actual.should.deep.equal(expected); | ||
JSON.stringify(actual).should.equal(JSON.stringify(expected)); | ||
actual.should.deep.equal(expected); | ||
//JSON.stringify(actual).should.equal(JSON.stringify(expected)); | ||
done(); | ||
@@ -20,0 +20,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
28808
768