gulp-file-contents-to-keys
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,4 @@ | ||
// by Yair-Even-Or | ||
// v1.0.1 | ||
var through2 = require('through2'), | ||
@@ -68,2 +71,2 @@ gutil = require('gulp-util'), | ||
return through2.obj(iterateFile, iterationResult); | ||
}; | ||
}; |
{ | ||
"version" : "1.0.1", | ||
"version" : "1.0.2", | ||
"name" : "gulp-file-contents-to-keys", | ||
@@ -4,0 +4,0 @@ "description" : "convert files into key/value objects where key is filename, value is the content", |
@@ -5,3 +5,3 @@ | ||
### [NPM package pagh](https://www.npmjs.com/package/gulp-file-contents-to-keys) | ||
### [NPM package page](https://www.npmjs.com/package/gulp-file-contents-to-keys) | ||
@@ -8,0 +8,0 @@ Input some files, outputs a javascript Object with **keys** as file names and **values** as their content (escaped string) |
13244
84