Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Golo Roden committed May 26, 2015
1 parent 9fd017b commit 5e4b38c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions lib/jsonLinesClient.js
Expand Up @@ -23,8 +23,7 @@ var jsonLinesClient = function (options, callback) {
method: 'GET',
hostname: options.host,
port: options.port,
path: options.path + '?' + qs.stringify(options.query),
withCredentials: false
path: options.path + '?' + qs.stringify(options.query)
}, function (res) {
var body,
parser = new Parser();
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -14,12 +14,12 @@
],
"main": "lib/jsonLinesClient.js",
"browser": {
"http": "http-browserify-2",
"https": "http-browserify-2"
"http": "http-browserify-2/http",
"https": "http-browserify-2/https"
},
"dependencies": {
"defekt": "0.0.2",
"http-browserify-2": "0.1.0",
"http-browserify-2": "0.2.0",
"newline-json": "0.1.1",
"qs": "3.0.0"
},
Expand Down

0 comments on commit 5e4b38c

Please sign in to comment.