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

Commit

Permalink
Update deps. Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Jan 6, 2018
1 parent 127ed54 commit ce2c19a
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 221 deletions.
2 changes: 1 addition & 1 deletion library.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* library.js
*
* Copyright © 2015-2017 Antergos
* Copyright © 2015-2018 Antergos
*
* This file is part of nodebb-plugin-sso-auth0.
*
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "nodebb-plugin-sso-auth0",
"description": "Auth0 integration for NodeBB",
"version": "2.0.1",
"version": "2.0.2",
"engines": {
"node": ">=7.10.0"
},
"dependencies": {
"passport-auth0": "^0.6.0",
"auth0-lock": "^10.16.0"
"auth0-lock": "^10.24.1",
"passport-auth0": "^0.6.1"
},
"main": "library.js",
"repository": {
Expand Down Expand Up @@ -43,12 +43,12 @@
"url": "https://github.com/qjmiao/nodebb-plugin-sso-github"
}
],
"license": "GPLv3",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/antergos/nodebb-plugin-sso-auth0/issues"
},
"readmeFilename": "README.md",
"nbbpm": {
"compatibility": "^1.0.0 || ^1.4.4"
"compatibility": "^1.0.0 || ^1.4.4 || ^1.7.1"
}
}
Loading

0 comments on commit ce2c19a

Please sign in to comment.