Skip to content

Commit c1dd860

Browse files
committed
Merge pull request #5 from CombatCode/master
Fix name of npm package
2 parents d1e0b97 + bd2500b commit c1dd860

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/clever

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function checkCmd ( cmd ) {
1919
var checks = [
2020
{ cmd: 'npm', name: 'NPM', install: '. Please install Node.JS before proceeding.' },
2121
{ cmd: 'bower', name: 'Bower', install: ' please type: npm install -g bower' },
22-
{ cmd: 'grunt', name: 'Grunt-CLI', install: ' please type: npm install -g grunt' }
22+
{ cmd: 'grunt', name: 'Grunt-CLI', install: ' please type: npm install -g grunt-cli' }
2323
];
2424

2525
checks.forEach( function ( check ) {

0 commit comments

Comments
 (0)