Skip to content

Commit

Permalink
fix(package): add esm module to npm config
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTelanie committed Oct 26, 2019
1 parent bdd1c16 commit d009526
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": "1.38.11",
"description": "A vector lib with support for (+ - * /) operator handling",
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"directories": {
"test": "test",
"build": "build"
},
"scripts": {
Expand Down

0 comments on commit d009526

Please sign in to comment.