refactor(examples): package names
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "vite-examples",
|
||||
"name": "@vue-flow/examples-vite",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user