Skip to content

Commit

Permalink
Merge pull request #224 from MikeMcC399/normalize/package.json
Browse files Browse the repository at this point in the history
chore: correct package.json exports key indentation
  • Loading branch information
jennifer-shehane authored Sep 23, 2024
2 parents 1765fa9 + 1fd1ed3 commit cef4c0a
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 cef4c0a

Please sign in to comment.