Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Update airtap to the latest version 🚀 (#245)
Browse files Browse the repository at this point in the history
* chore(package): update airtap to version 0.0.9

* Remove --no-coverage option from airtap commands
  • Loading branch information
greenkeeper[bot] authored and ralphtheninja committed Jul 4, 2018
1 parent 23b4ccd commit a315bed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"xtend": "~4.0.0"
},
"devDependencies": {
"airtap": "0.0.8",
"airtap": "0.0.9",
"rimraf": "^2.6.1",
"sinon": "^6.0.0",
"standard": "^11.0.0",
Expand All @@ -28,8 +28,8 @@
},
"scripts": {
"test": "standard && node test.js",
"test-browsers": "airtap --sauce-connect --loopback airtap.local --no-coverage test.js",
"test-browser-local": "airtap --local --no-coverage test.js"
"test-browsers": "airtap --sauce-connect --loopback airtap.local test.js",
"test-browser-local": "airtap --local test.js"
},
"license": "MIT",
"engines": {
Expand Down

0 comments on commit a315bed

Please # to comment.