Comparing version 1.0.2 to 1.1.0
@@ -151,3 +151,3 @@ /* jshint noyield: true */ | ||
this.body = compiler(_.merge({}, defaultLocals, locals)) | ||
this.body = compiler(_.merge({}, defaultLocals, this.state, locals)) | ||
this.type = 'text/html' | ||
@@ -154,0 +154,0 @@ return this |
{ | ||
"name": "koa-jade", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "A Jade middleware for Koa", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
13978