Commit cfc2674
committed
fix(@schematics/angular): ensure valid SemVer range for new project Angular packages
While npm supports a package specifier with a trailing dash, the trailing dash is technically not SemVer compliant and fails with Yarn 2+.
The 12.1.x branch will not have another prerelease which allows the prelease specifiers to be ignored in this case.1 parent b3736a3 commit cfc2674
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 29 | + | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
0 commit comments