Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): remove prerelease @angular/compil…
Browse files Browse the repository at this point in the history
…er-cli peer dependency

Prerelease versions of the package are not supported and should not be considered valid.
  • Loading branch information
clydin committed Oct 9, 2019
1 parent 8efeeb2 commit 4fbc06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"zone.js": "^0.9.1"
},
"peerDependencies": {
"@angular/compiler-cli": "^8.0.0-beta.0 || ^8.1.0-beta.0 || ^8.2.0-beta.0 || ^8.3.0-beta.0 || ^8.4.0-beta.0 || >=9.0.0-beta < 9",
"@angular/compiler-cli": "^8.0.0",
"typescript": ">=3.1 < 3.6"
}
}

0 comments on commit 4fbc06a

Please sign in to comment.