We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8baf9b4 commit 01a5dd5Copy full SHA for 01a5dd5
2 files changed
README.md
@@ -29,7 +29,7 @@ Install the SDK version that supports the Angular version you are using:
29
30
* For Angular 2, use `2.x`
31
* For Angular 4, use `4.x`
32
-* For Angular 5-12, use `5.x`
+* For Angular versions greater than 5, use `5.x`
33
34
For example:
35
projects/angular-cld/package.json
@@ -2,8 +2,8 @@
2
"name": "@cloudinary/angular-5.x",
3
"version": "1.5.0",
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"
+ "@angular/common": ">=6.0.0",
+ "@angular/core": ">=6.0.0"
7
},
8
"devDependencies": {
9
"cloudinary-core": "2.12.0",
0 commit comments