Skip to content

Commit 3d225b3

Browse files
committed
fix(ngx-material-pages): added the peerDependencies
1 parent 2733d78 commit 3d225b3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

gulpfile.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,11 @@
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",
@@ -101,7 +104,7 @@
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",

0 commit comments

Comments
 (0)