From 3295344ba95743f2b2754cf50a1629eb4e3dcbd9 Mon Sep 17 00:00:00 2001 From: Enzo Notario Date: Sun, 17 Mar 2024 10:13:18 -0300 Subject: [PATCH] chore: fix trailing comma in package.json (#470) --- examples/ecmascript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ecmascript/package.json b/examples/ecmascript/package.json index e3d3c2f7..da2394e8 100644 --- a/examples/ecmascript/package.json +++ b/examples/ecmascript/package.json @@ -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",