Skip to content

Commit

Permalink
fix: export package.json (fixes #270) (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Jul 18, 2022
1 parent 0cc2003 commit 5cb12cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
"description": "An ESLint plugin for linting ESLint plugins",
"author": "Teddy Katz",
"main": "./lib/index.js",
"exports": "./lib/index.js",
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"license": "MIT",
"scripts": {
"generate-readme-table": "node build/generate-readme-table.js",
Expand Down

0 comments on commit 5cb12cc

Please sign in to comment.