Skip to content

Commit

Permalink
fix(configs): include eslint and rollup configs in export
Browse files Browse the repository at this point in the history
  • Loading branch information
SavelevMatthew committed Jun 9, 2023
1 parent 0940d35 commit c8b536a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"directory": "packages/configs"
},
"files": [
"eslint.mjs",
"rollup.mjs",
"eslint.js",
"rollup.js",
"tsconfig.json"
],
"exports": {
Expand Down

0 comments on commit c8b536a

Please sign in to comment.