File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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] >" ,
You can’t perform that action at this time.
0 commit comments