Skip to content

Commit 01e48cb

Browse files
committed
Also set the type of the package to commonjs
1 parent 7abef81 commit 01e48cb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonhero/json-infer-types",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Infer the types of a JSON value",
55
"homepage": "https://github.com/jsonhero-io/json-infer-types",
66
"bugs": {
@@ -13,6 +13,7 @@
1313
"exports": "./lib/index.js",
1414
"types": "lib/index.d.ts",
1515
"main": "./lib/index.js",
16+
"type": "commonjs",
1617
"module": "./lib/index.mjs",
1718
"files": [
1819
"/lib"

0 commit comments

Comments
 (0)