-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add keywords & update package info
Fixes #12
- Loading branch information
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|