1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2024-10-27 20:34:12 +00:00

Add browser field to package.json

This commit is contained in:
Michael Mclaughlin 2018-05-24 16:41:43 +01:00
parent 903b98877d
commit c6fb6a87b3

View File

@ -20,8 +20,9 @@
"type": "git",
"url": "https://github.com/MikeMcl/decimal.js.git"
},
"main": "./decimal",
"module": "./decimal.mjs",
"main": "decimal",
"module": "decimal.mjs",
"browser": "decimal.js",
"author": {
"name": "Michael Mclaughlin",
"email": "M8ch88l@gmail.com"