From dae7c0632d0015679c20f68255b0ef61576b9c50 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Wed, 24 Feb 2021 15:07:00 -0600 Subject: [PATCH] Update package.json for npm publish --- bot/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/package.json b/bot/package.json index 257d77e..76091db 100644 --- a/bot/package.json +++ b/bot/package.json @@ -5,7 +5,7 @@ "node-fetch": "^2.6.1" }, "name": "awscibo", - "version": "0.0.3", + "version": "0.0.4", "main": "awesomescibo.mjs", "bin": { "awscibo": "./awesomescibo.mjs" @@ -13,7 +13,7 @@ "scripts": { "test": "node awesomescibo.mjs randomtoken" }, - "keywords": [], + "keywords": ["discord", "bot", "science bowl", "discord.js"], "author": "Abheek Dhawan", "license": "Apache 2.0", "description": "A simple Discord bot that automatically generates Science Bowl rounds using the ScibowlDB API!"