chore(package.json): use correct license value

This commit is contained in:
Sarah Vaupel 2023-05-05 12:41:35 +00:00
parent e25af0d25a
commit ff7d1845c5

View File

@ -4,7 +4,7 @@
"description": "", "description": "",
"keywords": [], "keywords": [],
"author": "", "author": "",
"license": "ISC", "license": "AGPL-3.0-or-later",
"scripts": { "scripts": {
"start": "npm-run-all frontend:build --parallel \"frontend:build:watch\" \"yesod:start\"", "start": "npm-run-all frontend:build --parallel \"frontend:build:watch\" \"yesod:start\"",
"test": "run-s frontend:test yesod:test i18n:test", "test": "run-s frontend:test yesod:test i18n:test",