Skip to content

Commit

Permalink
chore: some export fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Mar 27, 2024
1 parent 09fdc0b commit ec7934f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "elysia-autoload",
"version": "0.2.0",
"version": "0.2.1",
"author": "kravetsone",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit ec7934f

Please sign in to comment.