Skip to content

Commit

Permalink
chore: adjust playground dependency and monorepo workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Mini-ghost committed May 8, 2022
1 parent 1303271 commit 9c9fe3b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "vite preview"
},
"dependencies": {
"@vue-composition-form/core": "latest",
"@vue-composition-form/core": "../packages/core",
"vue": "^3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
packages:
- 'packages/**'
- 'packages/**'
- 'playground/**'

0 comments on commit 9c9fe3b

Please sign in to comment.