Skip to content

Commit

Permalink
use workspace:* for adapter-auto in create-svelte skeleton template
Browse files Browse the repository at this point in the history
  • Loading branch information
Conduitry committed Aug 20, 2022
1 parent c8a6108 commit f39d534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-svelte/templates/skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "skeleton-template",
"version": "0.0.1-next.0",
"devDependencies": {
"@sveltejs/adapter-auto": "workspace:1.0.0-next.64"
"@sveltejs/adapter-auto": "workspace:*"
},
"type": "module"
}
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.

0 comments on commit f39d534

Please sign in to comment.