Skip to content

Commit 1dc0899

Browse files
authored
chore: Allow Angular v5 or v6 as peer dep (#10899)
* chore: Allow Angular v5 or v6 as peer dep * remove extra =
1 parent 7abb1db commit 1dc0899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const buildVersion = package.version;
1313
* Required Angular version for all Angular Material packages. This version will be used
1414
* as the peer dependency version for Angular in all release packages.
1515
*/
16-
const angularVersion = '^5.0.0';
16+
const angularVersion = '>=5.0.0 <7.0.0';
1717

1818
/** License that will be placed inside of all created bundles. */
1919
const buildLicense = `/**

0 commit comments

Comments
 (0)