From 693366014e9bda2689bb5d5437c402e26be72ea7 Mon Sep 17 00:00:00 2001 From: zaida04 Date: Thu, 27 Jun 2024 01:21:25 -0400 Subject: [PATCH] fix: exports in gil --- packages/gil/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/gil/package.json b/packages/gil/package.json index 98b1a7bc..b4ad7ecd 100644 --- a/packages/gil/package.json +++ b/packages/gil/package.json @@ -1,6 +1,6 @@ { "name": "@guildedjs/gil", - "version": "0.6.1", + "version": "0.6.2", "description": "Framework for guilded.js that allows you to build bots with ease.", "author": "Zaid \"Nico\" ", "license": "MIT", @@ -57,7 +57,8 @@ "exports": { ".": { "require": "./dist/index.js", - "import": "./dist/index.mjs" + "import": "./dist/index.mjs", + "types": "./types/index.d.ts" }, "./": "./" },