Skip to content

Commit

Permalink
Allow cookie path with trailing slash #113
Browse files Browse the repository at this point in the history
  • Loading branch information
Huachao committed Aug 14, 2017
1 parent c5208c7 commit cb664a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
"pretty-data": "^0.40.0",
"request": "^2.81.0",
"tmp": "^0.0.31",
"tough-cookie-file-store": "^1.1.1",
"tough-cookie-file-store-bugfix": "^0.1.1",
"yargs": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion src/httpClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import * as path from 'path';

var encodeUrl = require('encodeurl');
var request = require('request');
var cookieStore = require('tough-cookie-file-store');
var cookieStore = require('tough-cookie-file-store-bugfix');
var iconv = require('iconv-lite');

export class HttpClient {
Expand Down

0 comments on commit cb664a4

Please sign in to comment.