chore: remove license field from package.json
All checks were successful
Build / build (push) Successful in 1m16s
Build Docker image / docker (push) Successful in 1m58s

This commit is contained in:
2025-11-20 14:55:26 +01:00
parent 412ce82aae
commit 3f3fe0b466
2 changed files with 0 additions and 2 deletions

1
package-lock.json generated
View File

@@ -7,7 +7,6 @@
"": {
"name": "wf-emulator",
"version": "0.1.0",
"license": "GNU",
"dependencies": {
"body-parser": "^2.2.0",
"chokidar": "^4.0.3",

View File

@@ -23,7 +23,6 @@
"update-translations": "cd scripts && node update-translations.cjs",
"fix": "npm run update-translations && npm run prettier"
},
"license": "GNU",
"type": "module",
"dependencies": {
"body-parser": "^2.2.0",