Skip to content

Commit 803893e

Browse files
committed
fix(schematics): move ng-update under correct location
1 parent 0ca87f0 commit 803893e

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/lib/package.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,12 @@
3131
},
3232
"schematics": "./schematics/collection.json",
3333
"ng-update": {
34-
"requirements": {
35-
"@angular/material": "^5",
36-
"migrations": "./schematics/migration.json",
37-
"packageGroup": [
38-
"@angular/cdk",
39-
"@angular/material-moment-adapter"
40-
]
41-
}
34+
"migrations": "./schematics/migration.json",
35+
"packageGroup": [
36+
"@angular/material",
37+
"@angular/cdk",
38+
"@angular/material-moment-adapter"
39+
]
4240
},
4341
"sideEffects": false
4442
}

0 commit comments

Comments
 (0)