From 2a16f32dc688d1b43b1ff3e2aab6d57d74a35052 Mon Sep 17 00:00:00 2001 From: Matthew J Martin <19975+matmar10@users.noreply.github.com> Date: Tue, 19 Oct 2021 02:27:40 -0400 Subject: [PATCH] docs: add keywords & update package info Fixes #12 --- package.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d7de39..8f938b2 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT", + "repository": { + "type": "git", + "url": "git@github.com: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",