Skip to content

Commit f3ed580

Browse files
committed
e2e should fail
1 parent daad3aa commit f3ed580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,4 +669,4 @@ class ImageKit {
669669
}
670670
}
671671

672-
export = ImageKit;
672+
export default ImageKit;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "imagekit",
3-
"version": "4.0.2",
3+
"version": "4.0.1",
44
"description": "Offical NodeJS SDK for ImageKit.io integration",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)