Skip to content
This repository was archived by the owner on Jan 29, 2022. It is now read-only.

Commit ac64084

Browse files
committed
fix: omit peer dependencies warning
close: #43, #46
1 parent ad63b73 commit ac64084

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/ngx-ionic-image-viewer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"url": "https://github.com/simongolms/ngx-ionic-image-viewer/issues"
4040
},
4141
"peerDependencies": {
42-
"@angular/common": "^8.2.13",
43-
"@angular/core": "^8.2.13",
44-
"@ionic/angular": "4.0.0"
42+
"@angular/common": ">=8.2.13",
43+
"@angular/core": ">=8.2.13",
44+
"@ionic/angular": ">=4.0.0"
4545
}
4646
}

0 commit comments

Comments
 (0)