File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -361,6 +361,9 @@ gulp.task('rollup-bundle', (cb) => {
361
361
// Angular dependencies
362
362
'@angular/core' : 'ng.core' ,
363
363
'@angular/common' : 'ng.common' ,
364
+ '@angular/animations' : 'ng.animations' ,
365
+ '@angular/cdk' : 'ng.cdk' ,
366
+ '@angular/material' : 'ng.material' ,
364
367
365
368
// Rxjs dependencies
366
369
'rxjs/Subject' : 'Rx' ,
Original file line number Diff line number Diff line change 31
31
"check-travis" : " travis-status --repo=anthonynahas/ngx-material-password-strength --branch=master --fail-pending || echo 'Not yet passing'"
32
32
},
33
33
"dependencies" : {
34
- "@angular/common" : " 5.2.9" ,
35
- "@angular/core" : " 5.2.9"
34
+ "@angular/animations" : " ^5.2.9" ,
35
+ "@angular/cdk" : " ^5.2.4" ,
36
+ "@angular/common" : " ^5.2.9" ,
37
+ "@angular/core" : " ^5.2.9" ,
38
+ "@angular/material" : " ^5.2.4"
36
39
},
37
40
"devDependencies" : {
38
- "@angular/animations" : " 5.2.9" ,
39
- "@angular/cdk" : " 5.2.4" ,
40
41
"@angular/compiler" : " 5.2.9" ,
41
42
"@angular/compiler-cli" : " 5.2.9" ,
42
- "@angular/material" : " 5.2.4" ,
43
43
"@angular/platform-browser" : " 5.2.9" ,
44
44
"@angular/platform-browser-dynamic" : " 5.2.9" ,
45
45
"@angular/platform-server" : " 5.2.9" ,
You can’t perform that action at this time.
0 commit comments