Comparing version 0.2.5 to 0.2.6
@@ -453,3 +453,3 @@ var xjst = require('../xjst'), | ||
// XXX this is temporary fix to make API compatible | ||
if (Array.isArray(code)) return exports.generate(code); | ||
if (Array.isArray(code)) return exports.generate(code, options || filename); | ||
@@ -456,0 +456,0 @@ // filename is optional argument |
{ | ||
"name": "xjst", | ||
"description": "XSLT inspired JavaScript templates (with spices)", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"homepage": "http://github.com/veged/xjst", | ||
@@ -6,0 +6,0 @@ "author": "Sergey Berezhnoy <veged@mail.ru> (http://github.com/veged)", |
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
368424