Comparing version 1.3.0 to 1.3.1
@@ -592,3 +592,4 @@ var esprima = require('esprima'), | ||
assert(expr.arguments[0].type === 'FunctionExpression' || | ||
expr.arguments[0].type === 'Literal'); | ||
expr.arguments[0].type === 'Literal', | ||
'Only literal or function is allowed in template\'s body'); | ||
} | ||
@@ -595,0 +596,0 @@ |
{ | ||
"name": "xjst", | ||
"description": "XSLT inspired JavaScript templates (with spices)", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"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
107366
2442