Skip to content

Commit

Permalink
build: move cdk and material to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Dec 7, 2019
1 parent 134fb48 commit 1662398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
},
"homepage": "https://github.com/ng-matero/extensions#readme",
"dependencies": {
"@angular/cdk": "~8.2.3",
"@angular/material": "~8.2.3",
"photoviewer": "~3.4.0"
},
"peerDependencies": {
"@angular/animations": "~8.2.0",
"@angular/cdk": "~8.2.0",
"@angular/common": "~8.2.0",
"@angular/core": "~8.2.0"
"@angular/core": "~8.2.0",
"@angular/material": "~8.2.0"
},
"sideEffects": false
}

0 comments on commit 1662398

Please sign in to comment.