Skip to content

Commit 4ab91cc

Browse files
authored
Update index.md (#965)
1 parent 0b46e17 commit 4ab91cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/migration-guides/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ With v5, this library introduces a number of breaking changes
77
Chart.js v4 and vue-chartjs v5 are [ESM-only packages](https://nodejs.org/api/esm.html). To use them in your project, it also should be ESM:
88

99
```json
10-
// pckage.json
10+
// package.json
1111
{
1212
"type": "module"
1313
}

0 commit comments

Comments
 (0)