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", "name": "examples",
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"repository": {
"type": "git",
"url": "https://github.com/bcakmakoglu/vue-flow"
},
"license": "MIT", "license": "MIT",
"author": "Burak Cakmakoglu<brainbraks@googlemail.com>", "author": "Burak Cakmakoglu<brainbraks@googlemail.com>",
"homepage": "https://vueflow.dev/",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build", "build": "vite build",
"serve": "vite serve" "serve": "vite serve"
}, },
"dependencies": { "dependencies": {
"@braks/vue-flow": "^0.4.0-17" "@braks/vue-flow": "workspace:*"
}, },
"devDependencies": { "devDependencies": {
"@types/dagre": "^0.7.46", "@types/dagre": "^0.7.46",
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"name": "vue-flow", "name": "@braks/vue-flow-monorepo",
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"workspaces": ["tests", "examples", "package"], "workspaces": ["tests", "examples", "package"],
+6 -2
View File
@@ -4,11 +4,14 @@
"private": false, "private": false,
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/bcakmakoglu/vue-flow" "url": "git+https://github.com/bcakmakoglu/vue-flow"
}, },
"license": "MIT", "license": "MIT",
"author": "Burak Cakmakoglu<brainbraks@googlemail.com>", "author": "Burak Cakmakoglu<brainbraks@googlemail.com>",
"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", "main": "./dist/vue-flow.cjs.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"module": "./dist/vue-flow.es.js", "module": "./dist/vue-flow.es.js",
@@ -17,6 +20,7 @@
"files": [ "files": [
"dist" "dist"
], ],
"sideEffects": false,
"scripts": { "scripts": {
"prepare": "ts-patch install -s", "prepare": "ts-patch install -s",
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly && tsc -p tsconfig.build.json && yarn theme", "build": "vite build && vue-tsc --declaration --emitDeclarationOnly && tsc -p tsconfig.build.json && yarn theme",