Skip to content

Commit e7414fb

Browse files
committed
syntax fix
1 parent 52111dd commit e7414fb

File tree

3 files changed

+848
-767
lines changed

3 files changed

+848
-767
lines changed

constants/supportedTransforms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default {
1+
module.exports = {
22
"height": "h",
33
"width": "w",
44
"aspectRatio": "ar",

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": "3.1.1",
3+
"version": "3.1.2",
44
"description": "Offical NodeJS SDK for ImageKit.io integration",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)