Skip to content

Commit f1f987b

Browse files
filipesilvahansl
authored andcommitted
build: remove marker internal from function
It stops the function from being imported in the unit test.
1 parent 9b7d076 commit f1f987b

File tree

1 file changed

+0
-1
lines changed
  • packages/schematics/update/migrate

1 file changed

+0
-1
lines changed

packages/schematics/update/migrate/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import { PostUpdateSchema } from './schema';
2525
* 1-beta => 1.0.0-beta
2626
*
2727
* Exported for testing only.
28-
* @internal
2928
*/
3029
export function _coerceVersionNumber(version: string): string | null {
3130
if (!version.match(/^\d{1,30}\.\d{1,30}\.\d{1,30}/)) {

0 commit comments

Comments
 (0)