Skip to content

Commit

Permalink
chore: cleanup pkg json files
Browse files Browse the repository at this point in the history
  • Loading branch information
bcakmakoglu committed Nov 15, 2023
1 parent 73fc998 commit 5d9ba67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 47 deletions.
3 changes: 1 addition & 2 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"@vue-flow/minimap": "workspace:*",
"@vue-flow/node-resizer": "workspace:*",
"@vue-flow/node-toolbar": "workspace:*",
"pinia": "^2.1.6",
"vueflow": "workspace:*"
"pinia": "^2.1.6"
},
"devDependencies": {
"@tooling/eslint-config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dev:docs": "turbo dev --filter=@vue-flow/docs",
"changelog": "git-cliff --output CHANGELOG.md && git add CHANGELOG.md && git commit -m \"chore: Update CHANGELOG.md\"",
"build:docs": "turbo build --filter docs",
"build": "turbo build --filter='./packages/*' --filter=!vueflow",
"build": "turbo build --filter='./packages/*'",
"test": "turbo test",
"lint": "turbo lint --filter='./packages/*' --filter=!vueflow",
"lint": "turbo lint --filter='./packages/*'",
"typedocs": "pnpm build && pnpm --dir docs typedocs",
"ci:version": "changeset version",
"ci:publish": "pnpm lint && pnpm build && pnpm test && changeset publish"
Expand Down
43 changes: 0 additions & 43 deletions pnpm-lock.yaml

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

2 comments on commit 5d9ba67

@vercel
Copy link

@vercel vercel bot commented on 5d9ba67 Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 5d9ba67 Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.