Skip to content

Commit bb37237

Browse files
committed
Fix main field in package.json
1 parent 33555a2 commit bb37237

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": "7.0.0",
44
"type": "module",
55
"exports": "./build/src/main.js",
6+
"main": "./build/src/main.js",
67
"files": [
78
"build/src/**/*.{js,ts,map,json,sh,md}",
89
"examples/**/*.{js,ts,map,json,sh,md}"

0 commit comments

Comments
 (0)