Skip to content

Commit

Permalink
Merge branch 'main' into refactor/lib-data-monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulGautamSingh committed Jul 17, 2024
2 parents 52da301 + 2dfc542 commit b8641ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/expose.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* returns renovates package.json
*/
const path = (() => require('path'))();
// need to use dynamic strings so that typescript does not include package.json in dist folder after compilation
const filePath = path.join(__dirname, '..', 'package.json');
const pkg = (() => require(filePath))();

Expand Down

0 comments on commit b8641ed

Please sign in to comment.