Skip to content

Commit

Permalink
fix(package.json): updated main attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth authored and MrTelanie committed Oct 25, 2019
1 parent 863759a commit 487ac5d
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 @@ -2,7 +2,7 @@
"name": "@js-basics/vector",
"version": "1.38.6",
"description": "A vector lib with support for (+ - * /) operator handling",
"main": "./index.js",
"main": "./build/esm/default.js",
"directories": {
"example": "examples",
"test": "test"
Expand Down

0 comments on commit 487ac5d

Please sign in to comment.