We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54cbbd0 commit 8db733dCopy full SHA for 8db733d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@jsonhero/json-infer-types",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "Infer the types of a JSON value",
5
"homepage": "https://github.com/jsonhero-io/json-infer-types",
6
"bugs": {
@@ -12,7 +12,6 @@
12
},
13
"exports": "./lib/index.js",
14
"types": "lib/index.d.ts",
15
- "type": "module",
16
"files": [
17
"/lib"
18
],
0 commit comments