From 1762861ab04051519a000f9de251e38ef66e59f0 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Tue, 29 Mar 2022 18:28:25 +0200 Subject: [PATCH] chore: update package.json files --- examples/package.json | 7 +------ package.json | 2 +- package/package.json | 8 ++++++-- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/examples/package.json b/examples/package.json index 3a3b34f3..05e8568c 100644 --- a/examples/package.json +++ b/examples/package.json @@ -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", - "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", diff --git a/package.json b/package.json index 84eeeac3..7fcee7bd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "vue-flow", + "name": "@braks/vue-flow-monorepo", "version": "0.0.0", "private": true, "workspaces": ["tests", "examples", "package"], diff --git a/package/package.json b/package/package.json index c7376259..be49e938 100644 --- a/package/package.json +++ b/package/package.json @@ -4,11 +4,14 @@ "private": false, "repository": { "type": "git", - "url": "https://github.com/bcakmakoglu/vue-flow" + "url": "git+https://github.com/bcakmakoglu/vue-flow" }, "license": "MIT", "author": "Burak Cakmakoglu", - "homepage": "https://vueflow.dev/", + "homepage": "https://github.com/bcakmakoglu/vue-flow#readme", + "bugs": { + "url": "https://github.com/bcakmakoglu/vue-flow/issues" + }, "main": "./dist/vue-flow.cjs.js", "types": "./dist/index.d.ts", "module": "./dist/vue-flow.es.js", @@ -17,6 +20,7 @@ "files": [ "dist" ], + "sideEffects": false, "scripts": { "prepare": "ts-patch install -s", "build": "vite build && vue-tsc --declaration --emitDeclarationOnly && tsc -p tsconfig.build.json && yarn theme",