Skip to content

Commit 6ecea3d

Browse files
committed
v1.17.1
1 parent b34caaa commit 6ecea3d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-edit-react",
3-
"version": "1.17.0",
3+
"version": "1.17.1",
44
"description": "React component for editing or viewing JSON/object data",
55
"main": "build/index.cjs.js",
66
"module": "build/index.esm.js",
@@ -9,7 +9,8 @@
99
"exports": {
1010
"types": "./build/index.d.ts",
1111
"import": "./build/index.esm.js",
12-
"require": "./dist/index.cjs.js"
12+
"require": "./dist/index.cjs.js",
13+
"default": "./dist/index.cjs.js"
1314
},
1415
"files": [
1516
"build/**/*"

0 commit comments

Comments
 (0)