From 78da296f3259ff9e2934debc6fc490363e0e14f0 Mon Sep 17 00:00:00 2001 From: Brian Mitchell Date: Mon, 27 May 2019 13:53:20 -0500 Subject: [PATCH] Add keywords --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 6419824..148910f 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "gift-exchange", "version": "0.1.0", "description": "A command-line utility to generate pairs of names for a gift exchange.", + "keywords": ["gift", "exchange", "secret", "santa"], "repository": { "type" : "git", "url" : "https://github.com/BrianMitchL/gift-exchange.git"