We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7934f commit 5bcc32eCopy full SHA for 5bcc32e
package.json
@@ -1,18 +1,11 @@
1
{
2
"name": "elysia-autoload",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"author": "kravetsone",
5
"type": "module",
6
"types": "./dist/index.d.ts",
7
"main": "./dist/index.js",
8
"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
- },
16
"description": "Plugin for Elysia which autoload all routes in directory and code-generate types for Eden",
17
"homepage": "https://github.com/kravetsone/elysia-autoload",
18
"keywords": [
0 commit comments