Skip to content

Commit

Permalink
Fix leftover comma in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joschrew committed Nov 27, 2023
1 parent 10c388a commit 1db8b7b
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 @@ -5,7 +5,7 @@
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.10.2",
Expand Down

0 comments on commit 1db8b7b

Please sign in to comment.