compatibility hash in package.json
This commit is contained in:
parent
8779144d41
commit
3969ffc5a9
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -7,6 +7,5 @@
|
||||
"hooks": [
|
||||
{ "hook": "filter:user.delete", "method": "deleteUserData" },
|
||||
{ "hook": "filter:auth.init", "method": "getStrategy" }
|
||||
],
|
||||
"minver": "0.5.0"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user