Skip to content

Commit

Permalink
chore: correct package.json exports key indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Sep 22, 2024
1 parent 1765fa9 commit 1fd1ed3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 1fd1ed3

Please sign in to comment.