Skip to content

Commit 33bf07a

Browse files
committed
breaking: add "exports"
Any missing entry points can be added in a semver-minor
1 parent 0ed735f commit 33bf07a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "3.6.1",
44
"description": "Find built-in ESLint rules you don't have in your custom config.",
55
"main": "dist/lib/rule-finder.js",
6+
"exports": {
7+
".": "./dist/lib/rule-finder.js",
8+
"./package.json": "./package.json"
9+
},
610
"scripts": {
711
"cover": "nyc --reporter=lcov --reporter=text --reporter=html npm run tests-only",
812
"lint": "eslint --ext .js,.json .",

0 commit comments

Comments
 (0)