From eff99a0f920c79edb46eb27943ef8dffc7a171e7 Mon Sep 17 00:00:00 2001 From: Nick Mazuk Date: Thu, 17 Jun 2021 19:35:12 -0700 Subject: [PATCH] Remove the instructions to install vite when migrating --- documentation/migrating/02-pkg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/migrating/02-pkg.md b/documentation/migrating/02-pkg.md index a823318b932a..ae7fd875381f 100644 --- a/documentation/migrating/02-pkg.md +++ b/documentation/migrating/02-pkg.md @@ -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