diff --git a/package.json b/package.json index ab0dd1d..05b5638 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,18 @@ "version": "0.0.1", "description": "cli-based changelog manager", "type": "module", - "main": "src/index.js", + "main": "src/changelord.js", "bin": { "changelord": "./src/changelord.js" }, + "repository": { + "type": "git", + "url": "https://git.babyl.ca/yanick/changelord.js.git" + }, + "bugs": { + "url": "https://git.babyl.ca/yanick/changelord.js/issues" + }, + "homepage": "https://git.babyl.ca/yanick/changelord.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },