metadata: add license field

Prevent Yarn from failing when manually installing plugin from a
directory.
This commit is contained in:
Johan Fleury (Arcaik)
2020-12-29 15:01:41 +01:00
committed by Chocobozzz
parent 1960e63c52
commit 41e08431ec
3 changed files with 595 additions and 192 deletions

View File

@ -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"
}
}