build(gulp): fix typo in the npm version warning message

This commit is contained in:
Igor Minar 2015-05-20 11:32:46 -07:00
parent 4210b0e66a
commit dee4ecbb3f
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ var angularBuilder = {
}
if (!semver.satisfies(foundNpmVersion, requiredNpmVersion)) {
issues.push('You are running unsuported npm version. Found: ' + foundNpmVersion +
issues.push('You are running unsupported npm version. Found: ' + foundNpmVersion +
' Expected: ' + requiredNpmVersion);
}