From b0eab3f1fe91a91cbcdcbf4fbdf742c16ea2e888 Mon Sep 17 00:00:00 2001 From: Amine Ben hammou Date: Sat, 15 Sep 2018 19:46:23 +0100 Subject: [PATCH] releasing 1.0.10 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a3ad199..bc553d6 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "wajez-api-test", - "version": "1.0.9", + "version": "1.0.10", "description": "Testing REST API made easy.", "main": "src/index.js", "scripts": { "test": "mocha --recursive --exit", - "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" + "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "repository": { "type": "git",