mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-16 20:56:12 +02:00

[TASK] Switch the license in the package.json to GPL V2 (#1325)

TYPO3 Extensions are GPL V2+.
This is already stated in LICENSE and composer.json.
For some reason package.json had a different license, which is now
streamlined.

Resolves: #1305
This commit is contained in:
Daniel Siepmann 2024-05-24 22:31:31 +02:00 committed by GitHub
parent 234251eaea
commit d9347c174c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@
"type": "module",
"author": "",
"version": "1.0.0",
"license": "ISC",
"license": "GPL-2.0-or-later",
"engines": {
"node": "^18.20.0",
"npm": "^10.5.0"