Skip to content

Commit

Permalink
releasing 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
webNeat committed Sep 15, 2018
1 parent 9630ab7 commit b0eab3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b0eab3f

Please sign in to comment.