[sso-admin] Add license entry to package.json

This was the intended license as stated in all source files.

This commit silences a warning when building the corresponding docker
images.
merge-requests/6/head
Evilham 2022-07-29 19:05:04 +02:00
parent 6b4fd5482e
commit f80664a38b
No known key found for this signature in database
GPG Key ID: AE3EE30D970886BF
1 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,6 @@
"dependencies": {
"gentelella": "^1.4.0",
"socket.io": "^4.1.3"
}
},
"license": "AGPL-3.0-or-later"
}