Skip to content

Commit

Permalink
chapter: configure pnpm workspace (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubugeeei authored Apr 13, 2024
1 parent 65da5dd commit 01360bd
Show file tree
Hide file tree
Showing 5 changed files with 573 additions and 105 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vue-use-rep",
"name": "@vueyous/monorepo",
"version": "0.0.1-alpha.1",
"private": true,
"packageManager": "pnpm@8.15.6",
Expand Down Expand Up @@ -28,6 +28,8 @@
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.28",
"@vitejs/plugin-vue": "^5.0.4",
"@vueyous/core": "workspace:*",
"@vueyous/shared": "workspace:*",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "@vueyous/core",
"version": "0.0.1-alpha.1",
"type": "module",
"dependencies": {
"@vueyous/shared": "workspace:*"
}
}
5 changes: 5 additions & 0 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "@vueyous/shared",
"version": "0.0.1-alpha.1",
"type": "module"
}
Loading

0 comments on commit 01360bd

Please sign in to comment.