From 14798e36f70f23aa20a3f95a1f31f9b4e5334ed6 Mon Sep 17 00:00:00 2001 From: Mr-KayJayDee Date: Wed, 27 May 2020 01:09:28 +0200 Subject: [PATCH] :bug: Fixed dependencies and keywords --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1b62db0..2b05177 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-image-generation", - "version": "0.1.4", + "version": "0.1.5", "description": "discord-image-generation is a powerfull module that allow you to generate awesome images.", "main": "index.js", "scripts": { @@ -19,11 +19,12 @@ "keywords": [ "discord", "images", - "genaration" + "generation", + "gif", + "manipulation" ], "dependencies": { "canvas": "^2.6.1", - "discord.js": "^12.2.0", "gifencoder": "^2.0.1", "jimp": "^0.12.1" }