We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcf688 commit 4df1c05Copy full SHA for 4df1c05
package.json
@@ -12,12 +12,12 @@
12
"url": "https://github.com/gaurishhs/elysia-ip"
13
},
14
"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"
+ "main": "./dist/index.js",
+ "require": "./dist/index.js",
+ "import": "./dist/index.js",
+ "node": "./dist/index.js",
+ "default": "./dist/index.js",
+ "types": "./dist/index.d.ts"
21
22
"bugs": "https://github.com/gaurishhs/elysia-ip/issues",
23
"homepage": "https://github.com/gaurishhs/elysia-ip",
0 commit comments