Skip to content

Commit

Permalink
Remove the instructions to install vite when migrating
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Mazuk authored Jun 18, 2021
1 parent ea8cd54 commit eff99a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/migrating/02-pkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Remove `polka` or `express`, if you're using one of those, and any middleware su

### devDependencies

Remove `sapper` from your `devDependencies` and replace it with `@sveltejs/kit`, `vite`, and whichever [adapter](/docs#adapters) you plan to use (see [next section](#project-files-configuration)).
Remove `sapper` from your `devDependencies` and replace it with `@sveltejs/kit` and whichever [adapter](/docs#adapters) you plan to use (see [next section](#project-files-configuration)).

### scripts

Expand Down

0 comments on commit eff99a0

Please sign in to comment.