npm package*.json license MIT -> AGPL-3.0-only

This commit is contained in:
Ralf Vogler 2023-11-06 19:15:09 +01:00
parent 32cd0d8990
commit 28a1e42cc4
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View file

@ -7,7 +7,7 @@
"": { "": {
"name": "free-games-claimer", "name": "free-games-claimer",
"version": "1.4.0", "version": "1.4.0",
"license": "MIT", "license": "AGPL-3.0-only",
"dependencies": { "dependencies": {
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"dotenv": "^16.3.1", "dotenv": "^16.3.1",

View file

@ -23,5 +23,5 @@
"url": "https://github.com/vogler/free-games-claimer.git" "url": "https://github.com/vogler/free-games-claimer.git"
}, },
"author": "Ralf Vogler", "author": "Ralf Vogler",
"license": "MIT" "license": "AGPL-3.0-only"
} }