Skip to content

Commit c82e340

Browse files
authored
Fix Node.js main entry point (#14)
2 parents 705b845 + 1ebff9e commit c82e340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cldn/web-ts",
33
"version": "0.0.0-dev",
44
"description": "Class-based Node.js web server",
5-
"main": "dist/index.js",
5+
"main": "dist/src/index.js",
66
"type": "module",
77
"scripts": {
88
"prebuild": "npm run gen:indices",

0 commit comments

Comments
 (0)