Skip to content

Commit 6933660

Browse files
committed
fix: exports in gil
1 parent c4922b1 commit 6933660

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/gil/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guildedjs/gil",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Framework for guilded.js that allows you to build bots with ease.",
55
"author": "Zaid \"Nico\" <[email protected]>",
66
"license": "MIT",
@@ -57,7 +57,8 @@
5757
"exports": {
5858
".": {
5959
"require": "./dist/index.js",
60-
"import": "./dist/index.mjs"
60+
"import": "./dist/index.mjs",
61+
"types": "./types/index.d.ts"
6162
},
6263
"./": "./"
6364
},

0 commit comments

Comments
 (0)