From 82b8edf3965e072d1b89c7e9b3f2b050a5fb124d Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Wed, 6 Jan 2021 09:51:31 +0800 Subject: [PATCH] chore: Add private feild to package.json --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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/"