Comparing version 1.0.1 to 1.0.2
@@ -129,4 +129,4 @@ var through = require('through2'), | ||
if (['js', 'css', 'svg'].indexOf(lastPart) > -1) { | ||
gutil.log(gutil.colors.green('Found js/css/svg')); | ||
if (['js', 'css', 'svg', 'json'].indexOf(lastPart) > -1) { | ||
gutil.log(gutil.colors.green('Found js/css/svg/json')); | ||
props.type = 'asset'; | ||
@@ -133,0 +133,0 @@ } |
{ | ||
"name": "gulp-blok", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Tool to publish blok templates and assets", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5892