refactor: replace yarn with pnpm as package manager

This commit is contained in:
bcakmakoglu
2022-06-01 21:03:43 +02:00
committed by Braks
parent 710b22eb0e
commit c07069dcd0
22 changed files with 9887 additions and 22286 deletions

View File

@@ -21,20 +21,20 @@
"prepare": "ts-patch install -s",
"dev": "vite",
"build": "vite build",
"types": "yarn prepare && vue-tsc --declaration --emitDeclarationOnly && shx rm -rf tmp",
"types": "pnpm prepare && vue-tsc --declaration --emitDeclarationOnly && shx rm -rf tmp",
"postbuild": "shx rm -rf tmp",
"prepublishOnly": "yarn build",
"prepublishOnly": "pnpm build",
"test": "exit 0;",
"lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",
"lint": "yarn lint:js",
"release": "yarn np --no-release-draft"
"lint": "pnpm lint:js",
"release": "pnpm np --no-release-draft"
},
"dependencies": {
"pathfinding": "^0.4.18",
"perfect-arrows": "^0.3.7"
},
"devDependencies": {
"@braks/vue-flow": "^0.4.10",
"@braks/vue-flow": "workspace:*",
"@types/pathfinding": "^0.0.5",
"@vitejs/plugin-vue": "^2.3.3",
"np": "^7.5.0",
@@ -46,7 +46,7 @@
"vue-tsc": "^0.35.0"
},
"peerDependencies": {
"@braks/vue-flow": "^0.4.0",
"@braks/vue-flow": "^0.4.15",
"vue": "^3.2.25"
},
"publishConfig": {
@@ -55,7 +55,6 @@
},
"np": {
"branch": "master",
"yarn": true,
"message": "v%s"
}
}

File diff suppressed because it is too large Load Diff