Compare commits

...

2 Commits

Author SHA1 Message Date
5316740a1a 2.1.15 2016-06-05 07:41:20 +02:00
06bc1e59f8 fix 2016-06-05 07:41:14 +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.14", "version": "2.1.15",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"bin": { "bin": {

View File

@@ -4,7 +4,7 @@ import * as NpmciEnv from "./npmci.env";
export let build = function(){ export let build = function(){
let done = plugins.q.defer(); let done = plugins.q.defer();
plugins.gulp.dest("./Dockerfile*") plugins.gulp.src("./Dockerfile*")
.pipe(readDockerfiles()) .pipe(readDockerfiles())
.pipe(plugins.gulpFunction(function(){ .pipe(plugins.gulpFunction(function(){
sortDockerfiles() sortDockerfiles()