Skip to content

Commit

Permalink
Update airtap to the latest version πŸš€ (#252)
Browse files Browse the repository at this point in the history
* chore(package): update airtap to version 0.1.0

* remove --sauce-connect and double dashes from airtap
  • Loading branch information
greenkeeper[bot] authored and vweevers committed Jul 7, 2018
1 parent 4be52e4 commit 481b040
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -19,15 +19,15 @@
"xtend": "~4.0.0"
},
"devDependencies": {
"airtap": "0.0.9",
"airtap": "0.1.0",
"sinon": "^6.0.0",
"standard": "^11.0.0",
"tape": "^4.7.0"
},
"scripts": {
"test": "standard && node test.js",
"test-browsers": "airtap --sauce-connect --loopback airtap.local test.js",
"test-browser-local": "airtap --local -- test.js"
"test-browsers": "airtap --loopback airtap.local test.js",
"test-browser-local": "airtap --local test.js"
},
"browser": {
"./test-common.js": "./test-common-browser.js"
Expand Down

0 comments on commit 481b040

Please sign in to comment.