From 870792bc5c004e1e847fa1c6ce581262602e9608 Mon Sep 17 00:00:00 2001 From: Enzo Notario Date: Sun, 17 Mar 2024 10:08:14 -0300 Subject: [PATCH] fix(package.json) trailling comma --- 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",