Skip to content

Commit

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

* remove --sauce-connect and port from airtap
  • Loading branch information
greenkeeper[bot] authored and vweevers committed Jul 7, 2018
1 parent 03ca6d2 commit a7c58b8
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 @@ -26,7 +26,7 @@
"safe-buffer": "~5.1.1"
},
"devDependencies": {
"airtap": "0.0.9",
"airtap": "0.1.0",
"coveralls": "^3.0.2",
"nyc": "^12.0.2",
"rimraf": "^2.6.2",
Expand All @@ -38,8 +38,8 @@
},
"scripts": {
"test": "standard && nyc node test.js",
"test-browsers": "airtap --sauce-connect --loopback airtap.local --coverage test.js",
"test-browser-local": "airtap --coverage --local 9000 test.js",
"test-browsers": "airtap --loopback airtap.local --coverage test.js",
"test-browser-local": "airtap --coverage --local test.js",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"license": "MIT",
Expand Down

0 comments on commit a7c58b8

Please sign in to comment.