Skip to content

Commit

Permalink
fix(package): added module and main entry
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Dec 20, 2021
1 parent a7554a8 commit 7d23049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "2.0.0-beta.1",
"description": "A 3D Vector lib including arithmetic operator overloading (+ - * / % **).",
"type": "module",
"main": "build/esm/index.mjs",
"module": "build/esm/index.mjs",
"main": "build/cjs/index.cjs",
"directories": {
"build": "build"
},
Expand Down

0 comments on commit 7d23049

Please sign in to comment.