File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -361,6 +361,9 @@ gulp.task('rollup-bundle', (cb) => {
361361 // Angular dependencies
362362 '@angular/core' : 'ng.core' ,
363363 '@angular/common' : 'ng.common' ,
364+ '@angular/animations' : 'ng.animations' ,
365+ '@angular/cdk' : 'ng.cdk' ,
366+ '@angular/material' : 'ng.material' ,
364367
365368 // Rxjs dependencies
366369 'rxjs/Subject' : 'Rx' ,
Original file line number Diff line number Diff line change 3737 "check-travis" : " travis-status --repo=anthonynahas/ngx-material-pages --branch=master --fail-pending || echo 'Not yet passing'"
3838 },
3939 "dependencies" : {
40+ "@angular/animations" : " ^5.2.9" ,
41+ "@angular/cdk" : " ^5.2.4" ,
4042 "@angular/common" : " ^5.2.9" ,
41- "@angular/core" : " ^5.2.9"
43+ "@angular/core" : " ^5.2.9" ,
44+ "@angular/material" : " ^5.2.4"
4245 },
4346 "devDependencies" : {
4447 "@angular/animations" : " ^5.2.9" ,
101104 "rollup-plugin-uglify" : " 3.0.0" ,
102105 "run-sequence" : " 2.2.1" ,
103106 "rxjs" : " 5.5.2" ,
104- "sass-loader" : " 6 .0.7 " ,
107+ "sass-loader" : " 7 .0.1 " ,
105108 "source-map-loader" : " 0.2.3" ,
106109 "to-string-loader" : " 1.1.5" ,
107110 "travis-status" : " 2.0.0" ,
You can’t perform that action at this time.
0 commit comments