We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc2003 commit 5cb12ccCopy full SHA for 5cb12cc
package.json
@@ -4,7 +4,10 @@
4
"description": "An ESLint plugin for linting ESLint plugins",
5
"author": "Teddy Katz",
6
"main": "./lib/index.js",
7
- "exports": "./lib/index.js",
+ "exports": {
8
+ ".": "./lib/index.js",
9
+ "./package.json": "./package.json"
10
+ },
11
"license": "MIT",
12
"scripts": {
13
"generate-readme-table": "node build/generate-readme-table.js",
0 commit comments