Skip to content

Commit 4df1c05

Browse files
committed
trying to fix declaration issue
1 parent ffcf688 commit 4df1c05

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"url": "https://github.com/gaurishhs/elysia-ip"
1313
},
1414
"exports": {
15-
"main": "./src/index.ts",
16-
"require": "./src/index.ts",
17-
"import": "./src/index.ts",
18-
"node": "./src/index.ts",
19-
"default": "./src/index.ts",
20-
"types": "./src/index.ts"
15+
"main": "./dist/index.js",
16+
"require": "./dist/index.js",
17+
"import": "./dist/index.js",
18+
"node": "./dist/index.js",
19+
"default": "./dist/index.js",
20+
"types": "./dist/index.d.ts"
2121
},
2222
"bugs": "https://github.com/gaurishhs/elysia-ip/issues",
2323
"homepage": "https://github.com/gaurishhs/elysia-ip",

0 commit comments

Comments
 (0)