compatibility hash in package.json

This commit is contained in:
Julian Lam 2014-11-10 13:25:45 -05:00
parent 8779144d41
commit 3969ffc5a9
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "nodebb-plugin-sso-oauth",
"version": "0.2.2",
"version": "0.2.3",
"description": "NodeBB Generic OAuth SSO",
"main": "library.js",
"repository": {
@ -29,5 +29,8 @@
"readmeFilename": "README.md",
"dependencies": {
"passport-oauth": "~1.0.0"
},
"nbbpm": {
"compatibility": "^0.5.0"
}
}

View File

@ -7,6 +7,5 @@
"hooks": [
{ "hook": "filter:user.delete", "method": "deleteUserData" },
{ "hook": "filter:auth.init", "method": "getStrategy" }
],
"minver": "0.5.0"
]
}