fix: make package.json licenses SPDX compliant (#1861)

* fix: make plugin template package.json license SPDX compliant

* fix: make plugin package.json license SPDX compliant

* fix: make root package.json license SPDX compliant
This commit is contained in:
pajlada
2024-10-02 08:29:34 -03:00
committed by GitHub
parent 654a7299c3
commit 0975a687a0
28 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "plugins-workspace",
"private": true,
"license": "MIT or APACHE-2.0",
"license": "MIT OR Apache-2.0",
"type": "module",
"scripts": {
"build": "pnpm run -r --parallel --filter !plugins-workspace --filter !\"./plugins/*/examples/**\" --filter !\"./examples/*\" build",