This commit is contained in:
Ilya Ig. Petrov 2017-05-10 11:00:42 +05:00
parent 24e3400376
commit c6532643d0

View File

@ -21,7 +21,7 @@ const templatePlugin = (context) => through.obj(function(file, encoding, cb) {
const {keys, values} = Object.keys(context).reduce( (acc, key) => {
const value = context[key];
const value = context[key];
acc.keys.push(key);
acc.values.push(value);
return acc;