Skip to content

Commit 3295344

Browse files
authored
chore: fix trailing comma in package.json (#470)
1 parent 8824153 commit 3295344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/ecmascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "2.0.0",
44
"description": "Ohm grammars for various editions of ECMAScript (aka JavaScript).",
55
"scripts": {
6-
"test": "ava",
6+
"test": "ava"
77
},
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)