Skip to content

Commit 418ac6a

Browse files
authored
fix: Remove trailing comma
1 parent 28c9720 commit 418ac6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@actions/io": "^1.0.2",
3434
"@actions/tool-cache": "^2.0.1",
3535
"@iarna/toml": "^2.2.5",
36-
"semver": "^7.5.2",
36+
"semver": "^7.5.2"
3737
},
3838
"devDependencies": {
3939
"@types/jest": "^29.5.6",

0 commit comments

Comments
 (0)