Skip to content

Commit

Permalink
breaking: add "exports"
Browse files Browse the repository at this point in the history
Any missing entry points can be added in a semver-minor
  • Loading branch information
ljharb committed Nov 8, 2021
1 parent 0ed735f commit 33bf07a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "3.6.1",
"description": "Find built-in ESLint rules you don't have in your custom config.",
"main": "dist/lib/rule-finder.js",
"exports": {
".": "./dist/lib/rule-finder.js",
"./package.json": "./package.json"
},
"scripts": {
"cover": "nyc --reporter=lcov --reporter=text --reporter=html npm run tests-only",
"lint": "eslint --ext .js,.json .",
Expand Down

0 comments on commit 33bf07a

Please sign in to comment.