Skip to content

Commit 5bcc32e

Browse files
committed
fix: Cannot find package "elysia-autoload" #6
1 parent ec7934f commit 5bcc32e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
{
22
"name": "elysia-autoload",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"author": "kravetsone",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"main": "./dist/index.js",
88
"module": "./dist/index.mjs",
9-
"exports": {
10-
".": {
11-
"types": "./dist/index.d.ts",
12-
"main": "./dist/index.js",
13-
"module": "./dist/index.mjs"
14-
}
15-
},
169
"description": "Plugin for Elysia which autoload all routes in directory and code-generate types for Eden",
1710
"homepage": "https://github.com/kravetsone/elysia-autoload",
1811
"keywords": [

0 commit comments

Comments
 (0)