Skip to content

Commit

Permalink
fix(schematics): Remove peer dependencies on Angular DevKit
Browse files Browse the repository at this point in the history
The peer dependencies prevent you from using `ng update` since they are pinned to specific versions. We'll verify the schematics work across versions and rely on the dependencies provided implicitly with the CLI

Closes #1206
  • Loading branch information
brandonroberts committed Aug 1, 2018
1 parent 73d32eb commit 93862d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,5 @@
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP",
"migrations": "NG_UPDATE_MIGRATIONS"
},
"peerDependencies": {
"@angular-devkit/core": "NG_DEVKIT_VERSION",
"@angular-devkit/schematics": "NG_DEVKIT_VERSION"
}
}

0 comments on commit 93862d1

Please sign in to comment.