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 ee269d4 commit a315c30Copy full SHA for a315c30
package.json
@@ -21,7 +21,7 @@
21
],
22
"exports": {
23
".": {
24
- "types": "./dist/index.d.ts",
+ "types": "./dist/json-editor-vue.d.ts",
25
"import": "./dist/json-editor-vue.mjs",
26
"require": "./dist/json-editor-vue.umd.js"
27
},
@@ -31,7 +31,7 @@
31
"module": "./dist/json-editor-vue.mjs",
32
"unpkg": "./dist/json-editor-vue.umd.js",
33
"jsdelivr": "./dist/json-editor-vue.umd.js",
34
35
"files": [
36
"dist",
37
"docs",
0 commit comments