Skip to content

Commit b44bbc1

Browse files
committed
Fix upgrade guide
1 parent 6988c87 commit b44bbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ npm install vite@^5.0.0 laravel-vite-plugin@^1.x
2121

2222
You should also check the upgrading guide and changelogs for any packages you update. The [`vite` migrations guide](https://vitejs.dev/guide/migration.html) is available on their website.
2323

24-
2. Ensure your `package.json` contains `"type": "modules"`.
24+
2. Ensure your `package.json` contains `"type": "module"`.
2525

2626
Run the following command in your project's root directory or anywhere you have your `package.json` files:
2727

0 commit comments

Comments
 (0)