We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7d076 commit f1f987bCopy full SHA for f1f987b
packages/schematics/update/migrate/index.ts
@@ -25,7 +25,6 @@ import { PostUpdateSchema } from './schema';
25
* 1-beta => 1.0.0-beta
26
*
27
* Exported for testing only.
28
- * @internal
29
*/
30
export function _coerceVersionNumber(version: string): string | null {
31
if (!version.match(/^\d{1,30}\.\d{1,30}\.\d{1,30}/)) {
0 commit comments