From 1fd1ed36b713e1de5d572e62ffd2921318f851df Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sun, 22 Sep 2024 13:01:34 +0200 Subject: [PATCH] chore: correct package.json exports key indentation --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4c4bc83..d7229fa 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "description": "An ESLint plugin for projects using Cypress", "main": "legacy.js", "exports": { - ".": "./legacy.js", - "./flat": "./lib/flat.js" - }, + ".": "./legacy.js", + "./flat": "./lib/flat.js" + }, "author": "Cypress-io", "license": "MIT", "keywords": [