Clarified license definition as GPL 2.0 or later is supported
This commit is contained in:
parent
04fe35c822
commit
75ab9b1acf
|
@ -2,7 +2,7 @@
|
||||||
"name": "engelsystem/engelsystem",
|
"name": "engelsystem/engelsystem",
|
||||||
"description": "Shift planning system for chaos events",
|
"description": "Shift planning system for chaos events",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0-or-later",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "msquare",
|
"name": "msquare",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": "https://github.com/engelsystem/engelsystem.git",
|
"repository": "https://github.com/engelsystem/engelsystem.git",
|
||||||
"author": "https://github.com/engelsystem/engelsystem/contributors",
|
"author": "https://github.com/engelsystem/engelsystem/contributors",
|
||||||
"license": "GPL-2.0-only",
|
"license": "GPL-2.0-or-later",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run -s build:clean && NODE_ENV=production run-p build:webpack",
|
"build": "npm run -s build:clean && NODE_ENV=production run-p build:webpack",
|
||||||
"build:clean": "rimraf public/assets",
|
"build:clean": "rimraf public/assets",
|
||||||
|
|
Loading…
Reference in New Issue