We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f2565 commit b867bafCopy full SHA for b867baf
.npmignore
@@ -3,4 +3,10 @@ tests
3
sample
4
.npmignore
5
.babelrc
6
-babel-register.js
+coverage
7
+babel-register.js
8
+.nyc_output
9
+.vscode
10
+.DS_Store
11
+.mocharc.json
12
+.nycrc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "imagekit",
- "version": "3.1.3",
+ "version": "3.2.0",
"description": "Offical NodeJS SDK for ImageKit.io integration",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments