Skip to content

Commit f47c605

Browse files
authored
Merge pull request #321 from dyun8080/patch-1
fix: npm run lint
2 parents bda767d + 24d7b70 commit f47c605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Promise.resolve()
131131
process.exit(1);
132132
});
133133

134-
var SUPPORTED_INSTALLERS = ['npm', 'pnpm', 'ied'];
134+
const SUPPORTED_INSTALLERS = ['npm', 'pnpm', 'ied'];
135135

136136
function detectPreferredInstaller(cwd) {
137137
return detectPreferredPM(cwd)

0 commit comments

Comments
 (0)