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

Commit

Permalink
Update airtap to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Jul 18, 2018
1 parent c94a9a4 commit 2b71337
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 @@ -6,8 +6,8 @@
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "standard && airtap --local --no-coverage test/index.js",
"test-browsers": "standard && airtap --sauce-connect --loopback airtap.local --no-coverage test/index.js",
"test": "standard && airtap --local test/index.js",
"test-browsers": "standard && airtap --sauce-connect --loopback airtap.local test/index.js",
"remark": "remark README.md CONTRIBUTORS.md CHANGELOG.md UPGRADING.md -o"
},
"files": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"typedarray-to-buffer": "~3.1.5"
},
"devDependencies": {
"airtap": "0.0.7",
"airtap": "0.1.0",
"buffer": "~5.1.0",
"level-community": "~3.0.0",
"remark-cli": "^5.0.0",
Expand Down

0 comments on commit 2b71337

Please sign in to comment.