refactor: replace yarn with pnpm as package manager
This commit is contained in:
@@ -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
Reference in New Issue
Block a user