Skip to content

Commit

Permalink
fix(package.json): add missing main field
Browse files Browse the repository at this point in the history
  • Loading branch information
manast authored Sep 30, 2024
1 parent 7b00fa6 commit 55a35d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.1",
"description": "A reverse proxy with support for dynamic tables",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"source": "./lib/index.ts",
Expand Down

0 comments on commit 55a35d3

Please sign in to comment.