Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit fa82a31

Browse files
korzhajbdeboer
authored andcommitted
fix(grunt): Fix NG_VERSION_MINOR typo
1 parent 4612705 commit fa82a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/grunt/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ module.exports = {
112112
var processed = src
113113
.replace(/"NG_VERSION_FULL"/g, NG_VERSION.full)
114114
.replace(/"NG_VERSION_MAJOR"/, NG_VERSION.major)
115-
.replace(/"NG_VERSION_ MINOR"/, NG_VERSION.minor)
115+
.replace(/"NG_VERSION_MINOR"/, NG_VERSION.minor)
116116
.replace(/"NG_VERSION_DOT"/, NG_VERSION.dot)
117117
.replace(/"NG_VERSION_CDN"/, NG_VERSION.cdn)
118118
.replace(/"NG_VERSION_CODENAME"/, NG_VERSION.codename);

0 commit comments

Comments
 (0)