Skip to content

Commit b0c7819

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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 && --disable=gcov",
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)