metadata: add license field
Prevent Yarn from failing when manually installing plugin from a directory.
This commit is contained in:
committed by
Chocobozzz
parent
1960e63c52
commit
41e08431ec
@ -2,6 +2,7 @@
|
||||
"name": "peertube-plugin-auth-openid-connect",
|
||||
"version": "0.0.2",
|
||||
"description": "Add OpenID connect support to login form in PeerTube.",
|
||||
"licence": "AGPL-3.0-only",
|
||||
"engine": {
|
||||
"peertube": ">=2.2.0"
|
||||
},
|
||||
@ -19,6 +20,6 @@
|
||||
"clientScripts": [],
|
||||
"translations": {},
|
||||
"dependencies": {
|
||||
"openid-client": "^3.15.0"
|
||||
"openid-client": "^4.2.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user