Skip to content

Commit

Permalink
chore: Add private feild to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 6, 2021
1 parent 1ccaae8 commit 82b8edf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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/"
Expand Down

0 comments on commit 82b8edf

Please sign in to comment.