Skip to content

Commit 6a82c65

Browse files
authored
fix(schematics): correct path to ng-update entry-point (#10850)
1 parent fcd81a4 commit 6a82c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"schematics": "./schematics/collection.json",
3333
"ng-update": {
34-
"migrations": "./schematics/migration.json",
34+
"migrations": "schematics/migration.json",
3535
"packageGroup": [
3636
"@angular/material",
3737
"@angular/cdk",

0 commit comments

Comments
 (0)