Skip to content

Commit

Permalink
release: v0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Sep 4, 2023
1 parent 2ec75d6 commit 53087d4
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 86 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "json-editor-vue",
"PascalCasedName": "JsonEditorVue",
"version": "0.10.6",
"version": "0.10.7",
"private": false,
"description": "JSON editor & viewer for Vue 2.6/2.7/3 & Nuxt 2/3.",
"author": "Cloyd Lau",
Expand All @@ -22,8 +22,8 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/json-editor-vue.umd.js",
"import": "./dist/json-editor-vue.mjs"
"import": "./dist/json-editor-vue.mjs",
"require": "./dist/json-editor-vue.umd.js"
},
"./*": "./*"
},
Expand Down
Loading

0 comments on commit 53087d4

Please sign in to comment.