Comparing version 0.0.5 to 0.0.6
@@ -144,3 +144,3 @@ require('colors'); | ||
var stop = 'npm stop;'; | ||
if(setup.restartscript) stop = 'npm run ' + setup.restartscript + ';'; | ||
if(setup.stopscript) stop = 'npm run ' + setup.stopscript + ';'; | ||
var cmd = 'cd ' + setup.destination + ';' + stop; | ||
@@ -147,0 +147,0 @@ |
{ | ||
"name" : "establish" | ||
, "version" : "0.0.5" | ||
, "version" : "0.0.6" | ||
, "homepage" : "http://github.com/apocas" | ||
@@ -5,0 +5,0 @@ , "description" : "Establish, a nodejs stupid simple git and ssh based deployment tool." |
16282