diff --git a/package.json b/package.json index 3dfaf2d..9bc940c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "json-editor-vue", "PascalCasedName": "JsonEditorVue", - "version": "0.10.3", + "version": "0.10.4", "private": false, "packageManager": "pnpm@7.18.2", "description": "JSON editor & viewer for Vue 2.6 / 2.7 / 3 & Nuxt 2 / 3.", @@ -35,7 +35,8 @@ "types": "./dist/index.d.ts", "files": [ "dist", - "docs" + "docs", + "nuxt.ts" ], "scripts": { "dev3": "cl switchVue 3 && vite --config ./demo/vue3/vite.config.ts --open",