diff --git a/package.json b/package.json index 0bec059a30..133ebcda01 100644 --- a/package.json +++ b/package.json @@ -83,5 +83,12 @@ "trailingComma": "none" }, "author": "Nicolas Gallagher", - "license": "MIT" + "license": "MIT", + "bugs": { + "url": "https://github.com/owner/repo/issues" + }, + "repository": { + "type": "git", + "url": "" + } }