We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9f3c8 commit 8506dddCopy full SHA for 8506ddd
package.json
@@ -3,7 +3,8 @@
3
"version": "4.4.1",
4
"description": "An ESLint plugin for linting ESLint plugins",
5
"author": "Teddy Katz",
6
- "main": "lib/index.js",
+ "main": "./lib/index.js",
7
+ "exports": "./lib/index.js",
8
"license": "MIT",
9
"scripts": {
10
"generate-readme-table": "node build/generate-readme-table.js",
0 commit comments