Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit 4e61e50

Browse files
committed
Re-added main field.
1 parent 8b3b881 commit 4e61e50

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
@@ -26,6 +26,7 @@
2626
},
2727
"type": "module",
2828
"exports": "./dist/main.js",
29+
"main": "./dist/main.js",
2930
"scripts": {
3031
"start": "npm run dist",
3132
"dist": "npm run clean && npm run lint && npm run build && npm run test && npm run docs",

0 commit comments

Comments
 (0)