Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.

Commit ce2c19a

Browse files
committed
Update deps. Bump version.
1 parent 127ed54 commit ce2c19a

File tree

3 files changed

+262
-221
lines changed

3 files changed

+262
-221
lines changed

library.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* library.js
33
*
4-
* Copyright © 2015-2017 Antergos
4+
* Copyright © 2015-2018 Antergos
55
*
66
* This file is part of nodebb-plugin-sso-auth0.
77
*

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "nodebb-plugin-sso-auth0",
33
"description": "Auth0 integration for NodeBB",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"engines": {
66
"node": ">=7.10.0"
77
},
88
"dependencies": {
9-
"passport-auth0": "^0.6.0",
10-
"auth0-lock": "^10.16.0"
9+
"auth0-lock": "^10.24.1",
10+
"passport-auth0": "^0.6.1"
1111
},
1212
"main": "library.js",
1313
"repository": {
@@ -43,12 +43,12 @@
4343
"url": "https://github.com/qjmiao/nodebb-plugin-sso-github"
4444
}
4545
],
46-
"license": "GPLv3",
46+
"license": "GPL-3.0+",
4747
"bugs": {
4848
"url": "https://github.com/antergos/nodebb-plugin-sso-auth0/issues"
4949
},
5050
"readmeFilename": "README.md",
5151
"nbbpm": {
52-
"compatibility": "^1.0.0 || ^1.4.4"
52+
"compatibility": "^1.0.0 || ^1.4.4 || ^1.7.1"
5353
}
5454
}

0 commit comments

Comments
 (0)