diff --git a/package.json b/package.json index 11428b6..2726ce3 100644 --- a/package.json +++ b/package.json @@ -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" } } diff --git a/plugin.json b/plugin.json index ffd2308..aff7ca6 100644 --- a/plugin.json +++ b/plugin.json @@ -7,6 +7,5 @@ "hooks": [ { "hook": "filter:user.delete", "method": "deleteUserData" }, { "hook": "filter:auth.init", "method": "getStrategy" } - ], - "minver": "0.5.0" + ] }