Skip to content

Commit

Permalink
Remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolnetto committed Jan 15, 2022
1 parent 4b69a97 commit 4ab737f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"scripts": {
"start": "nodemon ./src/server.js",
"test": "jest",
"coverage": "npm run test -- --coverage",
"coverage": "npm run test -- --coverage"
},
"devDependencies": {
"@babel/cli": "7.15.7",
Expand Down

0 comments on commit 4ab737f

Please sign in to comment.