Skip to content

Commit

Permalink
fix: fix package.json missed comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphin committed Jun 19, 2024
1 parent e05c59f commit b014d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@
"optionalDependencies": {
"@esbuild/darwin-arm64": "0.21.5",
"@esbuild/darwin-x64": "0.21.5",
"@esbuild/linux-x64": "0.21.5"
"@esbuild/linux-x64": "0.21.5",
"@esbuild/linux-arm64": "0.21.5",
"@esbuild/win32-x64": "0.21.5"
}

}

0 comments on commit b014d4a

Please sign in to comment.