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:
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
3434For example:
3535
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments