Skip to content

Commit 7abef81

Browse files
committed
Use .mjs for the module file name
1 parent 3eaad10 commit 7abef81

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonhero/json-infer-types",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "Infer the types of a JSON value",
55
"homepage": "https://github.com/jsonhero-io/json-infer-types",
66
"bugs": {
@@ -13,7 +13,7 @@
1313
"exports": "./lib/index.js",
1414
"types": "lib/index.d.ts",
1515
"main": "./lib/index.js",
16-
"module": "./lib/index.esm.js",
16+
"module": "./lib/index.mjs",
1717
"files": [
1818
"/lib"
1919
],

0 commit comments

Comments
 (0)