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

Commit 2b71337

Browse files
author
Lars-Magnus Skog
committed
Update airtap to 0.1.0
1 parent c94a9a4 commit 2b71337

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"license": "MIT",
77
"main": "index.js",
88
"scripts": {
9-
"test": "standard && airtap --local --no-coverage test/index.js",
10-
"test-browsers": "standard && airtap --sauce-connect --loopback airtap.local --no-coverage test/index.js",
9+
"test": "standard && airtap --local test/index.js",
10+
"test-browsers": "standard && airtap --sauce-connect --loopback airtap.local test/index.js",
1111
"remark": "remark README.md CONTRIBUTORS.md CHANGELOG.md UPGRADING.md -o"
1212
},
1313
"files": [
@@ -35,7 +35,7 @@
3535
"typedarray-to-buffer": "~3.1.5"
3636
},
3737
"devDependencies": {
38-
"airtap": "0.0.7",
38+
"airtap": "0.1.0",
3939
"buffer": "~5.1.0",
4040
"level-community": "~3.0.0",
4141
"remark-cli": "^5.0.0",

0 commit comments

Comments
 (0)