Skip to content

Commit

Permalink
fix: remove unused cjs export (#20194)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Feb 3, 2023
1 parent 49cdaf2 commit 8a25fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/expose.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ function prettier() {
return require('prettier');
}

module.exports = { dirname: __dirname, re2, pkg, prettier };
module.exports = { re2, pkg, prettier };

0 comments on commit 8a25fa3

Please sign in to comment.