Skip to content

Commit

Permalink
Bumping koa-passport version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghnuberath committed Apr 22, 2016
1 parent e3a40a7 commit 2b3e582
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/auth/passport_init.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ module.exports = function(ravelInstance, router) {
.then((user) => {
done(null, user);
}).catch((err) => {
console.log(err.stack);
done(err, null);
});
};
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": "ravel",
"version": "0.11.2",
"version": "0.11.4",
"author": "Sean McIntyre <[email protected]>",
"description": "Ravel Rapid Application Development Framework",
"keywords": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"koa-compressor": "1.0.3",
"koa-favicon": "1.2.0",
"koa-generic-session": "1.10.1",
"koa-passport": "1.2.0",
"koa-passport": "1.3.1",
"koa-redis": "2.0.1",
"koa-router": "5.3.0",
"koa-static": "2.0.0",
Expand Down
1 change: 0 additions & 1 deletion test/ravel/test-ravel-lifecycle.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ describe('Ravel lifeycle test', function() {

@postinit
doPostInit() {
console.log('here');
postinitHandlerCalled += 1;
}

Expand Down

0 comments on commit 2b3e582

Please sign in to comment.