Skip to content

Commit

Permalink
Merge pull request #321 from dyun8080/patch-1
Browse files Browse the repository at this point in the history
fix: npm run lint
  • Loading branch information
LinusU committed Jan 10, 2019
2 parents bda767d + 24d7b70 commit f47c605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli.js
Expand Up @@ -131,7 +131,7 @@ Promise.resolve()
process.exit(1);
});

var SUPPORTED_INSTALLERS = ['npm', 'pnpm', 'ied'];
const SUPPORTED_INSTALLERS = ['npm', 'pnpm', 'ied'];

function detectPreferredInstaller(cwd) {
return detectPreferredPM(cwd)
Expand Down

0 comments on commit f47c605

Please sign in to comment.