We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3f693 commit 41d3d37Copy full SHA for 41d3d37
package.json
@@ -3,7 +3,7 @@
3
"version": "2.0.0-beta.5",
4
"description": "A 3D Vector lib including arithmetic operator overloading (+ - * / % **).",
5
"type": "module",
6
- "main": "./build/cjs/index.cjs",
+ "main": "./build/esm/index.mjs",
7
"exports": {
8
".": {
9
"require": "./build/cjs/index.cjs",
0 commit comments