Skip to content

Commit

Permalink
fix: exports in gil
Browse files Browse the repository at this point in the history
  • Loading branch information
zaida04 committed Jun 27, 2024
1 parent c4922b1 commit 6933660
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/gil/package.json
Original file line number Diff line number Diff line change
@@ -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\" <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -57,7 +57,8 @@
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"types": "./types/index.d.ts"
},
"./": "./"
},
Expand Down

0 comments on commit 6933660

Please sign in to comment.