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 13:29:34 +02:00
committed by GitHub
parent 654a7299c3
commit 0975a687a0
28 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "@tauri-apps/plugin-sql",
"version": "2.0.0-rc.1",
"description": "Interface with SQL databases",
"license": "MIT or APACHE-2.0",
"license": "MIT OR Apache-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"
],