compatibility hash in package.json
This commit is contained in:
parent
8779144d41
commit
3969ffc5a9
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nodebb-plugin-sso-oauth",
|
"name": "nodebb-plugin-sso-oauth",
|
||||||
"version": "0.2.2",
|
"version": "0.2.3",
|
||||||
"description": "NodeBB Generic OAuth SSO",
|
"description": "NodeBB Generic OAuth SSO",
|
||||||
"main": "library.js",
|
"main": "library.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -29,5 +29,8 @@
|
|||||||
"readmeFilename": "README.md",
|
"readmeFilename": "README.md",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"passport-oauth": "~1.0.0"
|
"passport-oauth": "~1.0.0"
|
||||||
|
},
|
||||||
|
"nbbpm": {
|
||||||
|
"compatibility": "^0.5.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,6 +7,5 @@
|
|||||||
"hooks": [
|
"hooks": [
|
||||||
{ "hook": "filter:user.delete", "method": "deleteUserData" },
|
{ "hook": "filter:user.delete", "method": "deleteUserData" },
|
||||||
{ "hook": "filter:auth.init", "method": "getStrategy" }
|
{ "hook": "filter:auth.init", "method": "getStrategy" }
|
||||||
],
|
]
|
||||||
"minver": "0.5.0"
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user