From 5219a602ee1e53aee6e41837c1308e008e32e618 Mon Sep 17 00:00:00 2001 From: Tobey Blaber Date: Fri, 23 Sep 2022 22:06:01 +0100 Subject: [PATCH] Add `typedoc-plugin` keywords --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a2512ec..ef8250b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-plugin-versions-cli", - "version": "0.1.1", + "version": "0.1.2", "description": "A companion CLI tool for typedoc-plugins-versions.", "main": "./dist/index.js", "bin": { @@ -37,7 +37,9 @@ "ci-cd", "ci", "cd", - "cid" + "cid", + "typedoc-plugin", + "typedocplugin" ], "author": "Tobey Blaber (https://github.com/toebeann)", "homepage": "https://toebeann.github.io/typedoc-plugin-versions-cli",