openvpn-bin
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -63,3 +63,8 @@ var Promise = require('bluebird'); | ||
}) | ||
.then(resolve).catch(reject); | ||
.then(function() { | ||
resolve({ | ||
port: args.port, | ||
host: args.host | ||
}); | ||
}).catch(reject); | ||
}); | ||
@@ -66,0 +71,0 @@ } |
{ | ||
"name": "openvpn-bin", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Initialize a openvpn instance for mac, windows & linux", | ||
@@ -5,0 +5,0 @@ "author": { |
5360
88