tracks/ecmascript/exercises/say/package.json in trackler-2.1.0.53 vs tracks/ecmascript/exercises/say/package.json in trackler-2.1.0.54

- old
+ new

@@ -23,12 +23,17 @@ "babel": { "presets": [ "env" ], "plugins": [ - ["babel-plugin-transform-builtin-extend", { - "globals": ["Error"] - }] + [ + "babel-plugin-transform-builtin-extend", + { + "globals": [ + "Error" + ] + } + ] ] }, "scripts": { "test": "jest --no-cache ./*", "watch": "jest --no-cache --watch ./*",