diff --git a/package.json b/package.json index d856e12..41cfd53 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,12 @@ "main": "dist/index.min.js", "module": "dist/index.min.mjs", "types": "index.d.ts", - "repository": "git@github.com:ChrisBrownie55/mini-debounce.git", "author": "Christopher Holden Brown (https://chrisbrown.netlify.com)", "license": "GPL-3.0-or-later", "private": false, + "homepage": "https://github.com/ChrisBrownie55/mini-debounce", + "bugs": "https://github.com/ChrisBrownie55/mini-debounce/issues", + "repository": "git@github.com:ChrisBrownie55/mini-debounce.git", "files": [ "dist/**" ],