mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs(docs-infra): fix substitution regex (#61515)
It was replacing `rgba(0,0,0,0)` with `rgba(99.99.99, 0)` PR Close #61515
This commit is contained in:
parent
8f65223bd8
commit
3a7d569d35
1 changed files with 1 additions and 1 deletions
|
|
@ -91,6 +91,6 @@ pkg_npm(
|
|||
],
|
||||
substitutions = {
|
||||
# Force the "unstamped" versions to be later than current so they are considered up to date.
|
||||
"0.0.0": "99.99.99",
|
||||
"0\\.0\\.0": "99.99.99",
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue