File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Install the SDK version that supports the Angular version you are using:
29
29
30
30
* For Angular 2, use ` 2.x `
31
31
* For Angular 4, use ` 4.x `
32
- * For Angular 5-12 , use ` 5.x `
32
+ * For Angular versions greater than 5 , use ` 5.x `
33
33
34
34
For example:
35
35
Original file line number Diff line number Diff line change 2
2
"name" : " @cloudinary/angular-5.x" ,
3
3
"version" : " 1.5.0" ,
4
4
"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"
7
7
},
8
8
"devDependencies" : {
9
9
"cloudinary-core" : " 2.12.0" ,
You can’t perform that action at this time.
0 commit comments