Skip to content

Commit

Permalink
release: v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Dec 8, 2022
1 parent fe9c731 commit 070610b
Show file tree
Hide file tree
Showing 2 changed files with 343 additions and 503 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.0",
"version": "0.10.1",
"private": false,
"packageManager": "pnpm@latest",
"description": "JSON editor & viewer for Vue 2.6 / 2.7 / 3 & Nuxt 2 / 3.",
Expand Down Expand Up @@ -47,7 +47,7 @@
"build": "vite build",
"test-unit": "vitest run",
"coverage": "vitest run --coverage",
"release": "cl switchVue 3 && npx case-police --fix && npx lint-staged && pnpm test-unit && pnpm build && cl release"
"release": "npx case-police --fix && npx lint-staged && pnpm test-unit && pnpm build && cl release"
},
"peerDependencies": {
"@vue/composition-api": ">=1",
Expand Down Expand Up @@ -99,4 +99,4 @@
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
}
Loading

0 comments on commit 070610b

Please sign in to comment.