update smartstring

This commit is contained in:
Philipp Kunz 2016-06-05 09:42:08 +02:00
parent 70ad41ab86
commit b435fc6bdf
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -32,7 +32,7 @@
"shelljs": "^0.7.0", "shelljs": "^0.7.0",
"smartfile": "^3.0.10", "smartfile": "^3.0.10",
"smartssh": "^1.0.5", "smartssh": "^1.0.5",
"smartstring": "^2.0.4", "smartstring": "^2.0.6",
"through2": "^2.0.1", "through2": "^2.0.1",
"typings-global": "^1.0.3" "typings-global": "^1.0.3"
} }

View File

@ -48,7 +48,7 @@ let sortDockerfiles = function(){
redoSort = true; redoSort = true;
return -1; return -1;
} else { } else {
return 1 return 0
} }
}); });
if(redoSort && sortCounter <= 50){ if(redoSort && sortCounter <= 50){