Skip to content

Commit 55a35d3

Browse files
authored
fix(package.json): add missing main field
1 parent 7b00fa6 commit 55a35d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.1",
44
"description": "A reverse proxy with support for dynamic tables",
55
"type": "module",
6+
"main": "./dist/index.js",
67
"module": "./dist/index.js",
78
"types": "./dist/index.d.ts",
89
"source": "./lib/index.ts",

0 commit comments

Comments
 (0)