Skip to content

Commit

Permalink
fix: don't use pathe in anonymize
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Feb 23, 2025
1 parent eb12fda commit 3623ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/anonymize.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @import {Path} from './types/path';
*/

const path = require('pathe');
const path = require('node:path');

/**
* Strip the version and paths out of the given string.
Expand Down

0 comments on commit 3623ee3

Please sign in to comment.