pm2-deploy
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -62,3 +62,4 @@ var fs = require('fs'); | ||
target_conf.path = path.resolve(target_conf.path); | ||
if (process.platform !== 'win32' && process.platform !== 'win64') | ||
target_conf.path = path.resolve(target_conf.path); | ||
@@ -65,0 +66,0 @@ if (Array.isArray(target_conf.host)) { |
{ | ||
"name": "pm2-deploy", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Deployment system for PM2", | ||
@@ -5,0 +5,0 @@ "main": "deploy.js", |
13179
119