Skip to content

Commit

Permalink
fix: add package.json to exports (#1059)
Browse files Browse the repository at this point in the history
Co-authored-by: Iiro Jäppinen <iiro@jappinen.fi>
  • Loading branch information
numandev1 and iiroj committed Feb 13, 2022
1 parent 9a14e92 commit 3395150
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -18,7 +18,10 @@
},
"type": "module",
"bin": "./bin/lint-staged.js",
"exports": "./lib/index.js",
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"files": [
"bin",
"lib"
Expand Down

0 comments on commit 3395150

Please sign in to comment.