Skip to content

Commit 5cb12cc

Browse files
authored
fix: export package.json (fixes #270) (#271)
1 parent 0cc2003 commit 5cb12cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
"description": "An ESLint plugin for linting ESLint plugins",
55
"author": "Teddy Katz",
66
"main": "./lib/index.js",
7-
"exports": "./lib/index.js",
7+
"exports": {
8+
".": "./lib/index.js",
9+
"./package.json": "./package.json"
10+
},
811
"license": "MIT",
912
"scripts": {
1013
"generate-readme-table": "node build/generate-readme-table.js",

0 commit comments

Comments
 (0)