Skip to content

Commit e0a66da

Browse files
[bug] Fix version utils copy issue
1 parent 08c16a0 commit e0a66da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/utils/versionUtils-cjs.cts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { readFileSync } from 'fs';
2-
import path from 'path';
1+
import { readFileSync } from 'node:fs';
2+
import path from 'node:path';
33

44
export interface VersionInfo {
55
name: string;

0 commit comments

Comments
 (0)