Add license field to package.json

This commit is contained in:
Natxo
2026-03-15 14:37:06 +01:00
committed by GitHub
parent 8def4a99b7
commit 75fa37e6ca

View File

@@ -1,5 +1,6 @@
{
"name": "sigpro",
"version": "1.0.4",
"type": "module"
"type": "module",
"license": "MIT"
}