From 19e85615e511c9e53918e9ebea22c9e9c315119e Mon Sep 17 00:00:00 2001 From: ArcaneDisgea Date: Thu, 27 May 2021 11:14:19 -0400 Subject: [PATCH] update package.json ith keywords/description --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 00224b0..9b83481 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,13 @@ { "name": "xiv-character-cards", + "description": "API to create fancy cards for FFXIV characters based on their Lodestone data, hosted at https://ffxiv-character-cards.herokuapp.com.", "version": "1.1.0", "main": "create-card.js", "license": "MIT", + "keywords": [ + "ffxiv", + "xivapi" + ], "scripts": { "start": "node index.js", "dev": "nodemon index.js"