@deboxsoft/module-core
Advanced tools
Comparing version 2.2.0 to 2.2.1
# Change Log | ||
## 2.2.1 | ||
### Patch Changes | ||
- fix export package.json | ||
## 2.2.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@deboxsoft/module-core", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -20,3 +20,6 @@ "maintainers": [ | ||
"exports": { | ||
"import": "./index.js" | ||
".": { | ||
"import": "./index.mjs", | ||
"require": "./index.js" | ||
} | ||
}, | ||
@@ -23,0 +26,0 @@ "files": [ |
80912