Skip to content

Commit bd2500b

Browse files
committed
Fix name of npm package
1 parent b01c7bf commit bd2500b

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)