Skip to content

Commit

Permalink
docs: add keywords & update package info
Browse files Browse the repository at this point in the history
Fixes #12
  • Loading branch information
matmar10 committed Oct 19, 2021
1 parent a2c876d commit 2a16f32
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prcolinter",
"version": "1.1.1",
"description": "",
"description": "Easily lint each commit for your PRs against the Conventional Commit spec based on configurable Linter rules.",
"main": "index.js",
"scripts": {
"build": "ncc build index.js",
Expand All @@ -11,6 +11,23 @@
},
"author": "Matthew J Martin <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:matmar10/prcolinter.git"
},
"keywords": [
"Github",
"Actions",
"Github Actions",
"Workflow",
"Github Workflow",
"Conventional Commit",
"Commit Messages",
"Lint",
"Check",
"Enforce",
"Code Quality"
],
"devDependencies": {
"@release-it/conventional-changelog": "^3.3.0",
"@zeit/ncc": "^0.22.3",
Expand Down

0 comments on commit 2a16f32

Please sign in to comment.