Skip to content

Commit 1fd1ed3

Browse files
committed
chore: correct package.json exports key indentation
1 parent 1765fa9 commit 1fd1ed3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "An ESLint plugin for projects using Cypress",
55
"main": "legacy.js",
66
"exports": {
7-
".": "./legacy.js",
8-
"./flat": "./lib/flat.js"
9-
},
7+
".": "./legacy.js",
8+
"./flat": "./lib/flat.js"
9+
},
1010
"author": "Cypress-io",
1111
"license": "MIT",
1212
"keywords": [

0 commit comments

Comments
 (0)