From 3969ffc5a94dd787b8aedc561ffd5bdf0bddd5ee Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 10 Nov 2014 13:25:45 -0500 Subject: [PATCH] compatibility hash in package.json --- package.json | 5 ++++- plugin.json | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) 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" + ] }