Skip to content

Commit cda7f9c

Browse files
authored
Added support for angular 10 (#281)
* Added support for angular 10
1 parent 05003fd commit cda7f9c

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
@@ -36,7 +36,7 @@ Install the SDK version that supports the Angular version you are using:
3636

3737
* For Angular 2, use `2.x`
3838
* For Angular 4, use `4.x`
39-
* For Angular 5-9, use `5.x`
39+
* For Angular 5-10, use `5.x`
4040

4141
For example:
4242

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.2.2",
44
"peerDependencies": {
5-
"@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0",
6-
"@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
5+
"@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
6+
"@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
77
},
88
"devDependencies": {
99
"cloudinary-core": "^2.9.0",

0 commit comments

Comments
 (0)