Skip to content

Commit

Permalink
Update to passport-openid 0.2.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed May 4, 2012
1 parent 3479064 commit 7b4d74c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
language: "node_js"
node_js:
- 0.4
- 0.6
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"main": "./lib/passport-yahoo",
"dependencies": {
"pkginfo": "0.2.x",
"passport-openid": "~0.1.2"
"passport-openid": "0.2.x"
},
"devDependencies": {
"vows": "0.6.x"
},
"scripts": {
"test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js"
},
"engines": { "node": ">= 0.4.0" },
"engines": { "node": ">= 0.6.0" },
"licenses": [ {
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
Expand Down

0 comments on commit 7b4d74c

Please sign in to comment.