Skip to content

Commit

Permalink
added userProviders
Browse files Browse the repository at this point in the history
  • Loading branch information
mwawrusch committed Mar 24, 2015
1 parent b6639cb commit 3e65418
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hapi-user-store-multi-tenant",
"version": "2.0.1",
"version": "2.1.0",
"private": false,
"main": "lib/index.js",
"repository": {
Expand All @@ -14,7 +14,7 @@
"dependencies": {
"boom": "2.6.1",
"hoek": "2.10.0",
"mongoose-user-store-multi-tenant": "1.1.1",
"mongoose-user-store-multi-tenant": "1.1.2",
"mongoose-plugins-created-by": "0.4.1",
"mongoose-plugins-delete-paranoid": "0.2.0",
"mongoose-plugins-tags-simple": "0.2.0",
Expand Down
1 change: 1 addition & 0 deletions src/index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ module.exports.register = (server, options = {}, cb) ->
'entities'
'admin'
'roles'
'userProviders'
]
#console.log "Exporting methods #{n}"
methods[n] = userStore[n]
Expand Down

0 comments on commit 3e65418

Please sign in to comment.