Skip to content

Commit

Permalink
chore(e2e): fix json format (#6462)
Browse files Browse the repository at this point in the history
Remove trailing comma. Dependabot complained about json syntax.
  • Loading branch information
vvagaytsev authored Sep 23, 2024
1 parent c74f5b6 commit 3aff5f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions e2e/projects/tasks-modules/hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"dependencies": {
"express": "^4.17.3",
"knex": "^2.4.0",
"pg": "^7.12.1",

"pg": "^7.12.1"
},
"devDependencies": {
"mocha": "^6.2.3",
Expand Down

0 comments on commit 3aff5f3

Please sign in to comment.