diff --git a/package.json b/package.json index 8674c31..b958796 100644 --- a/package.json +++ b/package.json @@ -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" + } }