File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const buildVersion = packageJson.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 = '>=6.0.0-beta.0 <7.0.0' ;
16+ const angularVersion = packageJson . requiredAngularVersion ;
1717
1818/** License that will be placed inside of all created bundles. */
1919const buildLicense = `/**
Original file line number Diff line number Diff line change 77 "type" : " git" ,
88 "url" : " https://github.com/angular/material2.git"
99 },
10+ "license" : " MIT" ,
11+ "engines" : {
12+ "node" : " >= 5.4.1"
13+ },
1014 "scripts" : {
1115 "postinstall" : " ngc -p angular.tsconfig.json" ,
1216 "build" : " gulp :publish:build-releases" ,
2024 "docs" : " gulp docs" ,
2125 "api" : " gulp api-docs"
2226 },
23- "version" : " 6.4.1" ,
24- "license" : " MIT" ,
25- "engines" : {
26- "node" : " >= 5.4.1"
27- },
27+ "version" : " 6.4.2" ,
28+ "requiredAngularVersion" : " >=6.0.0 <7.0.0" ,
2829 "dependencies" : {
2930 "@angular/animations" : " 6.0.0" ,
3031 "@angular/common" : " 6.0.0" ,
You can’t perform that action at this time.
0 commit comments