Skip to content

Commit dee4ecb

Browse files
committed
build(gulp): fix typo in the npm version warning message
1 parent 4210b0e commit dee4ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var angularBuilder = {
6767
}
6868

6969
if (!semver.satisfies(foundNpmVersion, requiredNpmVersion)) {
70-
issues.push('You are running unsuported npm version. Found: ' + foundNpmVersion +
70+
issues.push('You are running unsupported npm version. Found: ' + foundNpmVersion +
7171
' Expected: ' + requiredNpmVersion);
7272
}
7373

0 commit comments

Comments
 (0)