chore: update package.json files

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 540b3efb2d
commit 1762861ab0
3 changed files with 8 additions and 9 deletions
+1 -6
View File
@@ -2,20 +2,15 @@
"name": "examples",
"version": "0.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/bcakmakoglu/vue-flow"
},
"license": "MIT",
"author": "Burak Cakmakoglu<brainbraks@googlemail.com>",
"homepage": "https://vueflow.dev/",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite serve"
},
"dependencies": {
"@braks/vue-flow": "^0.4.0-17"
"@braks/vue-flow": "workspace:*"
},
"devDependencies": {
"@types/dagre": "^0.7.46",