saucelabs
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -221,3 +221,3 @@ var https = require('https'); | ||
this.send({ | ||
path: 'tunnels', | ||
path: self.options.username + '/tunnels', | ||
method: 'GET' | ||
@@ -360,2 +360,2 @@ }, function(err, res){ | ||
req.end(); | ||
} | ||
} |
@@ -5,3 +5,3 @@ { | ||
"description": "A wrapper around Saucelabs REST API", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"homepage": "https://github.com/holidayextras/node-saucelabs", | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -185,1 +185,5 @@ # node-saucelabs -- Node wrapper around the Saucelabs REST API | ||
for more information | ||
## License | ||
saucelabs is licensed under the MIT license. |
15150
307
189