Comparing version 0.0.3 to 0.0.4
@@ -56,3 +56,3 @@ /** | ||
var loch = new LocatorHandlebars({ | ||
prefix: 'z-tmpl', | ||
prefix: this.options.prefix, | ||
format: 'yui' | ||
@@ -69,2 +69,3 @@ }); | ||
var locy = new LocatorYUI({ | ||
applyConfig: this.options.applyConfig, | ||
coverage: true, | ||
@@ -71,0 +72,0 @@ shifterOptions: { |
{ | ||
"name": "zlocator", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Zillow script driver for yahoo/locator-based YUI builds.", | ||
@@ -5,0 +5,0 @@ "bin": { |
7153
149