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