Update package.json

This commit is contained in:
Natxo
2026-03-17 08:52:35 +01:00
committed by GitHub
parent b953a130e9
commit b193257604

View File

@@ -1,6 +1,13 @@
{
"name": "sigpro",
"version": "1.0.8",
"version": "1.0.9",
"type": "module",
"license": "MIT"
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/natxocc/sigpro.git"
},
"bugs": {
"url": "https://github.com/natxocc/sigpro/issues"
}
}