Skip to content

Commit 41d3d37

Browse files
fix(package): main
1 parent bc3f693 commit 41d3d37

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
@@ -3,7 +3,7 @@
33
"version": "2.0.0-beta.5",
44
"description": "A 3D Vector lib including arithmetic operator overloading (+ - * / % **).",
55
"type": "module",
6-
"main": "./build/cjs/index.cjs",
6+
"main": "./build/esm/index.mjs",
77
"exports": {
88
".": {
99
"require": "./build/cjs/index.cjs",

0 commit comments

Comments
 (0)