Skip to content

Commit fa90e41

Browse files
committed
Fixed linting
1 parent 603c7b4 commit fa90e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/npm.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ import { Readable } from 'stream';
88
export function getNpmVersion(): string {
99
const version = exec('npm --version');
1010
return (version.stdout as Readable).toString();
11-
}
11+
}

0 commit comments

Comments
 (0)