mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore(grunt): support RCs in version numbers
This commit is contained in:
parent
f310bcc4d7
commit
ef3569e772
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ module.exports = {
|
|||
full: fullVersion,
|
||||
major: semver[0],
|
||||
minor: semver[1],
|
||||
dot: semver[2],
|
||||
dot: semver[2].replace(/rc\d+/, ''),
|
||||
codename: package.codename,
|
||||
cdn: package.cdnVersion
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue