Skip to content

Commit

Permalink
Update the auth deps
Browse files Browse the repository at this point in the history
* Requires DB migration... dry run took less than 5 minutes... project version bump
* Migration is necessary due to breaking change at jaredhanson/passport-github@1a2450d#diff-f0182e1c427d42d902575ffceb9d7fb3R97
* Dev converted as well
  • Loading branch information
Martii committed Nov 12, 2015
1 parent 98584fb commit 6db7a65
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "OpenUserJS.org",
"description": "An open source user scripts repo built using Node.js",
"version": "0.2.1",
"version": "0.2.2",
"main": "app",
"dependencies": {
"ace-builds": "git://github.com/ajaxorg/ace-builds#3fb55e8",
Expand Down Expand Up @@ -32,17 +32,17 @@
"morgan": "1.6.1",
"mu2": "0.5.20",
"octicons": "3.1.0",
"passport": "0.2.2",
"passport-amazon": "0.1.0",
"passport": "0.3.2",
"passport-amazon": "1.0.0",
"passport-aol": "0.2.0",
"passport-facebook": "2.0.0",
"passport-flickr": "0.2.0",
"passport-foursquare": "1.0.0",
"passport-github": "0.1.5",
"passport-github": "1.0.0",
"passport-google-oauth": "0.2.0",
"passport-imgur": "0.0.2",
"passport-instagram": "0.1.2",
"passport-linkedin": "0.1.3",
"passport-imgur": "0.0.3",
"passport-instagram": "1.0.0",
"passport-linkedin": "1.0.0",
"passport-persona": "0.1.7",
"passport-reddit": "0.2.4",
"passport-steam": "0.1.6",
Expand Down

0 comments on commit 6db7a65

Please sign in to comment.