Skip to content

Commit 371ea4d

Browse files
authored
chore: remove trailing comma from samples package.json (googleapis#8402)
This prevents JSON parsing errors in release-please and other strict tools.
1 parent 76b7658 commit 371ea4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-container/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha test --timeout 1000000"
1515
},
1616
"dependencies": {
17-
"@google-cloud/container": "^6.9.0",
17+
"@google-cloud/container": "^6.9.0"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)