Skip to content

Commit

Permalink
Export .uvPath instead of default
Browse files Browse the repository at this point in the history
  • Loading branch information
e9x committed Oct 16, 2022
1 parent 7f4be85 commit 0c4fb3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ const { resolve } = require('node:path');

const uvPath = resolve(__dirname, '..', 'dist');

module.exports = uvPath;
exports.uvPath = uvPath;
2 changes: 1 addition & 1 deletion lib/index.d.cts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
declare const uvPath: string;

export = uvPath;
export { uvPath };

0 comments on commit 0c4fb3e

Please sign in to comment.