Skip to content

Commit

Permalink
Merge pull request liamcurry#34 from liamcurry/feature/node6-update
Browse files Browse the repository at this point in the history
Updated dependencies to own fork to allow support for node 6.0.0
  • Loading branch information
Toby Archer committed May 7, 2016
2 parents 7d46779 + eddd513 commit 7765547
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/passport-steam/strategy.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Module dependencies.
*/
var util = require('util')
, OpenIDStrategy = require('passport-openid').Strategy
, OpenIDStrategy = require('passport-openid-node6support').Strategy
, SteamWebAPI = require('steam-web');


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passport-steam",
"version": "1.0.1",
"version": "1.0.2",
"description": "Steam (OpenID) authentication strategy for Passport.",
"author": {
"name": "Liam Curry",
Expand Down Expand Up @@ -32,7 +32,7 @@
"main": "./lib/passport-steam",
"dependencies": {
"pkginfo": "*",
"passport-openid": "^0.4.0",
"passport-openid-node6support": "^1.0.0",
"steam-web": "~0.2.4"
},
"devDependencies": {
Expand Down

0 comments on commit 7765547

Please sign in to comment.