assemble-handlebars
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -0,0 +0,0 @@ /* |
@@ -24,6 +24,6 @@ /*! | ||
var init = function(options) { | ||
var init = function(options, params) { | ||
// register built-in helpers | ||
if(helpers && helpers.register) { | ||
helpers.register(handlebars, options); | ||
helpers.register(handlebars, options, params); | ||
} | ||
@@ -30,0 +30,0 @@ }; |
{ | ||
"name": "assemble-handlebars", | ||
"description": "Handlebars engine plugin for Assemble, the static site generator for Grunt.js and Yeoman.", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"homepage": "https://github.com/assemble/assemble-handlebars", | ||
@@ -6,0 +6,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
6466