Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
expose everyauth
  • Loading branch information
oJshua committed Aug 2, 2012
1 parent 054f570 commit c8ba74f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions index.js
Expand Up @@ -82,4 +82,6 @@ exports = module.exports = function plugin (schema, opts) {
// Adds dynamic helpers such as loggedIn, // Adds dynamic helpers such as loggedIn,
// accessible from the views // accessible from the views
exports.helpExpress = everyauth.helpExpress.bind(everyauth); exports.helpExpress = everyauth.helpExpress.bind(everyauth);

exports.everyauth = everyauth;
}; };
6 changes: 3 additions & 3 deletions package.json
@@ -1,11 +1,11 @@
{ {
"name": "mongoose-auth", "name": "mongoose-auth-latest",
"description": "User authentication plugin for mongoose node.js orm", "description": "User authentication plugin for mongoose node.js orm",
"version": "0.0.12", "version": "0.0.12",
"homepage": "https://github.com/bnoguchi/mongoose-auth/", "homepage": "https://github.com/bnoguchi/mongoose-auth/",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/bnoguchi/mongoose-auth.git" "url": "git://github.com/oJshua/mongoose-auth.git"
}, },
"author": "Brian Noguchi <brian.noguchi@gmail.com> (https://github.com/bnoguchi/)", "author": "Brian Noguchi <brian.noguchi@gmail.com> (https://github.com/bnoguchi/)",
"main": "./index.js", "main": "./index.js",
Expand All @@ -30,4 +30,4 @@
"engines": { "engines": {
"node": ">=0.4.0" "node": ">=0.4.0"
} }
} }

0 comments on commit c8ba74f

Please sign in to comment.