We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abb1db commit 1dc0899Copy full SHA for 1dc0899
build-config.js
@@ -13,7 +13,7 @@ const buildVersion = package.version;
13
* Required Angular version for all Angular Material packages. This version will be used
14
* as the peer dependency version for Angular in all release packages.
15
*/
16
-const angularVersion = '^5.0.0';
+const angularVersion = '>=5.0.0 <7.0.0';
17
18
/** License that will be placed inside of all created bundles. */
19
const buildLicense = `/**
0 commit comments