Skip to content

Commit

Permalink
fix changeset config
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed May 6, 2023
1 parent 9160442 commit 520e093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["e2e-api", "e2e-next", "e2e-kit", "e2e-svelte", "site", "e2e-react-vite"]
"ignore": ["e2e-api", "e2e-router", "e2e-kit", "e2e-svelte", "site", "e2e-react-vite"]
}
2 changes: 1 addition & 1 deletion e2e/router/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "e2e-houdini-router",
"name": "e2e-router",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down

0 comments on commit 520e093

Please sign in to comment.