Skip to content

Commit

Permalink
chore: fix trailing comma in package.json (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
enzonotario authored Mar 17, 2024
1 parent 8824153 commit 3295344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ecmascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.0.0",
"description": "Ohm grammars for various editions of ECMAScript (aka JavaScript).",
"scripts": {
"test": "ava",
"test": "ava"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3295344

Please sign in to comment.