diff --git a/package.json b/package.json index 9fbde07..6594074 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "changelog-generator", "version": "1.2.1", + "private": true, "description": "A GitHub Action that compares the commit differences between two branches", "main": "index.js", "scripts": { @@ -12,10 +13,6 @@ }, "author": "jaywcjlove", "license": "MIT", - "bugs": { - "url": "https://github.com/jaywcjlove/changelog-generator/issues" - }, - "homepage": "https://github.com/jaywcjlove/changelog-generator#readme", "husky": { "hooks": { "pre-commit": "npm run build && git add dist/"