From 0a39dfe693ab474415bd57d3bd2fa4492c34f006 Mon Sep 17 00:00:00 2001 From: William Melody Date: Mon, 16 Mar 2020 15:28:26 -0700 Subject: [PATCH] Add keywords to package.json. --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index 7f6f532..5e785b8 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,13 @@ "url": "https://github.com/alphabetum/hosts/issues" }, "homepage": "https://github.com/alphabetum/hosts#readme", + "keywords": [ + "hosts", + "shell", + "command line", + "terminal", + "hostname", + "bash" + ], "dependencies": {} }