Skip to content

Commit

Permalink
Merge pull request #4 from capricorn86/add-npm-key-words
Browse files Browse the repository at this point in the history
fix: [#1] Try to fix build
  • Loading branch information
capricorn86 authored Jan 27, 2024
2 parents dff4d66 + 46a85c4 commit c8c2b8e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
"name": "happy-conventional-commit",
"description": "Tools for getting a happy conventional commit setup.",
"version": "0.0.0",
"keywords": [
"conventional",
"commit",
"next",
"version",
"release",
"notes",
"changelog"
],
"scripts": {
"compile": "tsc",
"watch": "tsc -w --preserveWatchOutput",
Expand All @@ -16,8 +25,12 @@
},
"bin": {
"happy-current-version": "./bin/happy-current-version.cjs",
"happy-lint-changed": "./bin/happy-lint-changed.cjs",
"happy-next-version": "./bin/happy-next-version.cjs",
"happy-release-notes": "./bin/happy-release-notes.cjs"
"happy-prepare-commit-message": "./bin/happy-prepare-commit-message.cjs",
"happy-release-notes": "./bin/happy-release-notes.cjs",
"happy-validate-commit-message": "./bin/happy-validate-commit-message.cjs",
"happy-validate-pr-commit-messages": "./bin/happy-validate-commit-message.cjs"
},
"devDependencies": {
"@types/node": "^18.0.0",
Expand Down

0 comments on commit c8c2b8e

Please sign in to comment.