Skip to content

Commit

Permalink
Move scripts to dev dep of houdini-svelte (#614)
Browse files Browse the repository at this point in the history
* move scripts to dev dep

* changeset

* update pnpm lock
  • Loading branch information
AlecAivazis authored Oct 21, 2022
1 parent 43213fd commit 123de70
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/swift-jeans-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'houdini-svelte': patch
---

Make scripts a dev dep
2 changes: 1 addition & 1 deletion packages/houdini-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"estree-walker": "^3.0.1",
"graphql": "^16.6.0",
"houdini": "workspace:^",
"scripts": "workspace:^",
"minimatch": "^5.1.0",
"recast": "^0.21.5",
"svelte": "^3.52.0"
},
"devDependencies": {
"@types/minimatch": "^5.1.2",
"scripts": "workspace:^",
"vitest": "^0.23.4"
},
"peerDependencies": {
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.

1 comment on commit 123de70

@vercel
Copy link

@vercel vercel bot commented on 123de70 Oct 21, 2022

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.