Skip to content

Commit

Permalink
initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelgsouza committed Oct 29, 2019
1 parent 3d5ae22 commit 3d1454a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "An library with some functions relates to Body Mass Index (BMI), like calculate and get the ideial weight",
"author": "Emanuel Souza <emanuelgdesouza@gmail.com>",
"license": "MIT",
"main": "./src/index.js",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"homepage": "https://github.com/emanuelgsouza/body-mass-index#readme",
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 3d1454a

Please sign in to comment.