Skip to content

Commit b014d4a

Browse files
committed
fix: fix package.json missed comma
1 parent e05c59f commit b014d4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@
152152
"optionalDependencies": {
153153
"@esbuild/darwin-arm64": "0.21.5",
154154
"@esbuild/darwin-x64": "0.21.5",
155-
"@esbuild/linux-x64": "0.21.5"
155+
"@esbuild/linux-x64": "0.21.5",
156+
"@esbuild/linux-arm64": "0.21.5",
156157
"@esbuild/win32-x64": "0.21.5"
157158
}
158-
159159
}

0 commit comments

Comments
 (0)