Set license to AGPL-3.0-or-later for assets package (#1852)

As the whole project is AGPL v3 licensed, this just reflects that in
the package.json. This is not changing the tracker JS license.

Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
This commit is contained in:
Bhavin Gandhi 2022-04-25 13:13:22 +05:30 committed by GitHub
parent 52348f7a7c
commit d1beb83525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{
"repository": {},
"version": "1.4.0",
"license": "MIT",
"license": "AGPL-3.0-or-later",
"scripts": {
"deploy": "$(npm bin)/webpack --mode production",
"watch": "$(npm bin)/webpack --mode development --watch",