Comparing version 0.1.4 to 0.1.5
@@ -7,3 +7,3 @@ /*jshint node: true*/ | ||
module.exports = function(file) { | ||
if (!/\.hbs/.test(file)) return through(); | ||
if (!/\.hbs|\.handlebars/.test(file)) return through(); | ||
@@ -10,0 +10,0 @@ var buffer = ""; |
{ | ||
"name": "hbsfy", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Handlebars precompiler plugin for Browserify v2", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
19235