assemble-render-file
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -32,10 +32,2 @@ /*! | ||
var render = this.render; | ||
this.define('render', function() { | ||
if (typeof arguments[arguments.length - 1] === 'function') { | ||
return render.apply(this, arguments); | ||
} | ||
return this.renderFile.apply(this, arguments); | ||
}); | ||
this.define('renderFile', function(engine, locals) { | ||
@@ -42,0 +34,0 @@ if (typeof engine !== 'string') { |
{ | ||
"name": "assemble-render-file", | ||
"description": "Assemble plugin for rendering views in a vinyl pipeline.", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"homepage": "https://github.com/assemble/assemble-render-file", | ||
@@ -6,0 +6,0 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", |
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
9926
123