Skip to content

Commit ba1c080

Browse files
committed
Update version to 6.0.1 and add tslib as a peer dependency in package.json
1 parent 71a98a4 commit ba1c080

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

projects/imagekit-angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@imagekit/angular",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"description": "Angular SDK for ImageKit.io which implements client-side upload and URL generation for use inside an Angular application.",
55
"keywords": [
66
"imagekit",
@@ -19,11 +19,11 @@
1919
"sideEffects": false,
2020
"peerDependencies": {
2121
"@angular/common": ">=14.0.0 <22.0.0",
22-
"@angular/core": ">=14.0.0 <22.0.0"
22+
"@angular/core": ">=14.0.0 <22.0.0",
23+
"tslib": "^2.3.0"
2324
},
2425
"dependencies": {
25-
"@imagekit/javascript": "^5.1.0",
26-
"tslib": "^2.3.0"
26+
"@imagekit/javascript": "^5.1.0"
2727
}
2828
}
2929

0 commit comments

Comments
 (0)