Comparing version 1.0.12 to 1.0.13
@@ -37,3 +37,3 @@ const through = require('through2') | ||
file.path = gutil.replaceExtension(file.path, '.js') | ||
file.contents = new Buffer(result.data) | ||
file.contents = Buffer.from(result.data) | ||
callback(null, file) | ||
@@ -40,0 +40,0 @@ }) |
{ | ||
"name": "gulp-fuet", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Fast and uncomplicated .vue file compiler for Gulp.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
5166