Skip to content

Commit

Permalink
Update packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverzheng committed Nov 17, 2015
1 parent 7bc7eef commit 8bc949b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -4,12 +4,12 @@
"version": "0.0.1",
"private": true,
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
"node": "4.2.x",
"npm": "2.14.x"
},
"dependencies": {
"request": "2.11.x",
"libxmljs": "0.8.1",
"request": "2.65.x",
"libxmljs": "0.15.x",
"express": "3.x"
}
}
2 changes: 1 addition & 1 deletion pandora.js
Expand Up @@ -54,7 +54,7 @@ getSomeStations = function(username, stations, cb) {
var stationsUrl = 'http://www.pandora.com/content/stations?startIndex=' + stations.length + '&webname=' + username;

var jar = request.jar();
jar.add(request.cookie('at=' + at));
jar.setCookie(request.cookie('at=' + at), stationsUrl);

request({url: stationsUrl, jar: jar}, function(error, response, body) {
if (error || response.statusCode !== 200)
Expand Down

0 comments on commit 8bc949b

Please sign in to comment.