From c60398d0f0eb30306415fb0950b839fa25de8390 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 21 Feb 2023 22:33:53 +0100 Subject: [PATCH] refactor(examples): package names Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- examples/nuxt3/package.json | 9 +++------ examples/quasar/package.json | 12 ++---------- examples/vite/package.json | 2 +- 3 files changed, 6 insertions(+), 17 deletions(-) diff --git a/examples/nuxt3/package.json b/examples/nuxt3/package.json index 8249c893..178ffc00 100644 --- a/examples/nuxt3/package.json +++ b/examples/nuxt3/package.json @@ -1,9 +1,6 @@ { - "name": "nuxt3-examples", - "version": "0.0.1", - "description": "Vue Flow Nuxt3 Example", - "productName": "Nuxt3 App", - "author": "bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>", + "name": "@vue-flow/examples-nuxt3", + "version": "0.0.0", "private": true, "scripts": { "dev": "nuxt dev" @@ -15,6 +12,6 @@ "@vue-flow/minimap": "workspace:*" }, "devDependencies": { - "nuxt": "3.0.0" + "nuxt": "^3.2.2" } } diff --git a/examples/quasar/package.json b/examples/quasar/package.json index 61a7e1a1..0cc17782 100644 --- a/examples/quasar/package.json +++ b/examples/quasar/package.json @@ -1,9 +1,6 @@ { - "name": "quasar-examples", - "version": "0.0.1", - "description": "Vue Flow Quasar Examples", - "productName": "Quasar App", - "author": "bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>", + "name": "@vue-flow/examples-quasar", + "version": "0.0.0", "private": true, "scripts": { "dev": "quasar dev", @@ -24,10 +21,5 @@ "@vitejs/plugin-vue": "^2.3.4", "@types/node": "^18.8.3", "autoprefixer": "^10.4.12" - }, - "engines": { - "node": "^18 || ^16 || ^14.19", - "npm": ">= 6.13.4", - "yarn": ">= 1.21.1" } } diff --git a/examples/vite/package.json b/examples/vite/package.json index 121ac5f5..f2d52574 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -1,5 +1,5 @@ { - "name": "vite-examples", + "name": "@vue-flow/examples-vite", "version": "0.0.0", "private": true, "scripts": {