Skip to content

Commit

Permalink
Replace passport dependency with passport-saml dependency (as suggest…
Browse files Browse the repository at this point in the history
…ed in PR #110)
  • Loading branch information
ploer committed Sep 8, 2015
1 parent a156758 commit 010f2d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/passport-saml/strategy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var passport = require('passport');
var passport = require('passport-strategy');
var util = require('util');
var saml = require('./saml');

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"main": "./lib/passport-saml",
"dependencies": {
"passport": "0.2.x",
"passport-strategy": "*",
"q": "1.1.x",
"xml2js": "0.4.x",
"xml-crypto": "0.6.x",
Expand All @@ -46,7 +46,8 @@
"mocha": "*",
"request": "*",
"should": "*",
"sinon": "^1.10.2"
"sinon": "^1.10.2",
"passport": "0.3.x"
},
"engines": {
"node": ">= 0.8.0"
Expand Down

0 comments on commit 010f2d4

Please sign in to comment.