Skip to content

Commit ee59717

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
update version
1 parent f9a01bb commit ee59717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "imagekit",
3-
"version": "5.1.1",
3+
"version": "5.2.1",
44
"description": "Offical NodeJS SDK for ImageKit.io integration",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
77
"scripts": {
88
"compile": "rm -rf dist/ & tsc -p tsconfig.json",
99
"test": "export NODE_ENV=test; nyc ./node_modules/mocha/bin/mocha --exit -t 40000 tests/*.js;ex=$?;unset NODE_ENV; exit $ex;",
1010
"test-e2e": "sh test-e2e.sh; exit $?;",
11-
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
11+
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov && --disable=gcov",
1212
"prepack": "npm run compile"
1313
},
1414
"author": "ImageKit Developer <[email protected]>",

0 commit comments

Comments
 (0)