We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4612705 commit fa82a31Copy full SHA for fa82a31
lib/grunt/utils.js
@@ -112,7 +112,7 @@ module.exports = {
112
var processed = src
113
.replace(/"NG_VERSION_FULL"/g, NG_VERSION.full)
114
.replace(/"NG_VERSION_MAJOR"/, NG_VERSION.major)
115
- .replace(/"NG_VERSION_ MINOR"/, NG_VERSION.minor)
+ .replace(/"NG_VERSION_MINOR"/, NG_VERSION.minor)
116
.replace(/"NG_VERSION_DOT"/, NG_VERSION.dot)
117
.replace(/"NG_VERSION_CDN"/, NG_VERSION.cdn)
118
.replace(/"NG_VERSION_CODENAME"/, NG_VERSION.codename);
0 commit comments