Comparing version 0.20.2 to 0.20.3
@@ -336,3 +336,3 @@ | ||
filter.attrs = filter.attrs || {}; | ||
for (var key in this.options) filter.attrs[key] = this.options[key]; | ||
filter.attrs.filename = this.options.filename; | ||
this.buffer(utils.text(fn(text, filter.attrs))); | ||
@@ -339,0 +339,0 @@ } |
@@ -23,3 +23,3 @@ /*! | ||
exports.version = '0.20.2'; | ||
exports.version = '0.20.3'; | ||
@@ -26,0 +26,0 @@ /** |
{ | ||
"name": "jade", | ||
"description": "Jade template engine", | ||
"version": "0.20.2", | ||
"version": "0.20.3", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -6,0 +6,0 @@ "repository": "git://github.com/visionmedia/jade", |
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
170450