doc: fix default licenses in package.json (#304)
This commit is contained in:
parent
f467c69e8f
commit
638e5b7fe1
|
|
@ -9,7 +9,7 @@
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "AGPL-3.0-only",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chai": "^5.1.0",
|
"chai": "^5.1.0",
|
||||||
"eslint": "^8.51.0",
|
"eslint": "^8.51.0",
|
||||||
|
|
|
||||||
|
|
@ -26,5 +26,5 @@
|
||||||
"OliveTinLogo-120px.png",
|
"OliveTinLogo-120px.png",
|
||||||
"OliveTinLogo-180px.png"
|
"OliveTinLogo-180px.png"
|
||||||
],
|
],
|
||||||
"license": "ISC"
|
"license": "AGPL-3.0-only"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue