Skip to content

Commit

Permalink
chore: fix Angular package version number (#18600)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewseguin committed Feb 24, 2020
1 parent 48d820e commit e434977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages.bzl
@@ -1,7 +1,7 @@
# Each individual package uses a placeholder for the version of Angular to ensure they're
# all in-sync. This map is passed to each ng_package rule to stamp out the appropriate
# version for the placeholders.
ANGULAR_PACKAGE_VERSION = "^9.0.0-0 || ^10.0.0-0"
ANGULAR_PACKAGE_VERSION = "^9.0.0 || ^10.0.0-0"
MDC_PACKAGE_VERSION = "^4.0.0"
TSLIB_PACKAGE_VERSION = "^1.9.0"

Expand Down

0 comments on commit e434977

Please sign in to comment.