Skip to content

Commit 01a5dd5

Browse files
authored
fixed angular versions (#313)
1 parent 8baf9b4 commit 01a5dd5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Install the SDK version that supports the Angular version you are using:
2929

3030
* For Angular 2, use `2.x`
3131
* For Angular 4, use `4.x`
32-
* For Angular 5-12, use `5.x`
32+
* For Angular versions greater than 5, use `5.x`
3333

3434
For example:
3535

projects/angular-cld/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "@cloudinary/angular-5.x",
33
"version": "1.5.0",
44
"peerDependencies": {
5-
"@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0",
6-
"@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0"
5+
"@angular/common": ">=6.0.0",
6+
"@angular/core": ">=6.0.0"
77
},
88
"devDependencies": {
99
"cloudinary-core": "2.12.0",

0 commit comments

Comments
 (0)