component-builder-handlebars
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -42,4 +42,4 @@ /* | ||
builder.hook('before scripts', function(pkg, complete) { | ||
var tpl = pkg.conf.templates; | ||
var componentName = pkg.conf.name; | ||
var tpl = pkg.config.templates; | ||
var componentName = pkg.config.name; | ||
var runtimeFilepath, runtime; | ||
@@ -46,0 +46,0 @@ |
{ | ||
"name": "component-builder-handlebars", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Builder.js plugin to precompile Handlebars templates", | ||
@@ -30,5 +30,5 @@ "author": "Antoine Lehurt <keuwah@gmail.com>", | ||
"should": "~1.2.1", | ||
"component-builder": "~0.6.2", | ||
"component-builder": "~0.8.1", | ||
"jshint": "~0.9.1" | ||
} | ||
} |
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
17884