Compare commits

...

2 Commits

Author SHA1 Message Date
f544aef054 2.1.16 2016-06-05 07:50:11 +02:00
cb6867dbde fix 2016-06-05 07:50:04 +02:00
3 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,6 @@
{ {
"name": "npmci", "name": "npmci",
"version": "2.1.15", "version": "2.1.16",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"bin": { "bin": {

View File

@@ -15,7 +15,7 @@ export let build = function(){
} }
let readDockerfiles = function(){ let readDockerfiles = function(){
return plugins.through2(function(file,enc,cb){ return plugins.through2.obj(function(file,enc,cb){
let myDockerfile = new Dockerfile({ let myDockerfile = new Dockerfile({
filePath:file.path, filePath:file.path,
read:true read:true