-
+
src/utilities/utilities.js
diff --git a/package.json b/package.json
index 1e87029..3043d5a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "jsthermalcomfort",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "A JavaScript package to calculate thermal comfort indices (e.g., Predicted Mean Vote, Standard Effective Temperature, Predicted Heat Strain).",
"type": "module",
"files": [
@@ -10,7 +10,7 @@
".": {
"import": {
"types": "./lib/esm/types/index.d.ts",
- "default": "./lib/esm/index.mjs"
+ "default": "./lib/esm/index.js"
},
"require": {
"types": "./lib/cjs/types/index.d.ts",