doc: fix default licenses in package.json (#304)

This commit is contained in:
James Read 2024-05-01 08:38:47 +01:00 committed by GitHub
parent f467c69e8f
commit 638e5b7fe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"license": "AGPL-3.0-only",
"devDependencies": {
"chai": "^5.1.0",
"eslint": "^8.51.0",

View File

@ -26,5 +26,5 @@
"OliveTinLogo-120px.png",
"OliveTinLogo-180px.png"
],
"license": "ISC"
"license": "AGPL-3.0-only"
}