telnet-client
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"main": "./lib/telnet-client.js", | ||
@@ -11,0 +11,0 @@ "engine": "node >= 0.10.29", |
@@ -102,3 +102,3 @@ [](https://github.com/mkozjak/node-telnet-client/blob/master/LICENSE) | ||
// using 'bluebird' | ||
Promise.coroutine(function*() { | ||
bluebird.coroutine(function*() { | ||
yield connection.connect(params) | ||
@@ -105,0 +105,0 @@ |
24871