Skip to content

Commit 53087d4

Browse files
committed
release: v0.10.7
1 parent 2ec75d6 commit 53087d4

File tree

2 files changed

+91
-86
lines changed

2 files changed

+91
-86
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "json-editor-vue",
33
"PascalCasedName": "JsonEditorVue",
4-
"version": "0.10.6",
4+
"version": "0.10.7",
55
"private": false,
66
"description": "JSON editor & viewer for Vue 2.6/2.7/3 & Nuxt 2/3.",
77
"author": "Cloyd Lau",
@@ -22,8 +22,8 @@
2222
"exports": {
2323
".": {
2424
"types": "./dist/index.d.ts",
25-
"require": "./dist/json-editor-vue.umd.js",
26-
"import": "./dist/json-editor-vue.mjs"
25+
"import": "./dist/json-editor-vue.mjs",
26+
"require": "./dist/json-editor-vue.umd.js"
2727
},
2828
"./*": "./*"
2929
},

0 commit comments

Comments
 (0)