Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2018-02-21 21:28:23 +0300
committerFeross Aboukhadijeh <feross@feross.org>2018-02-21 21:28:23 +0300
commit5c221474e04bb265d45c3f414fffc5e1fdcde35d (patch)
tree6f598548aab125c9c32eac21022efd20c704379b /package.json
parent15b3b6ea8fed4fce7f482d43408f9073c60127f5 (diff)
zuul -> airtap
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index ef3602f..029bd1b 100644
--- a/package.json
+++ b/package.json
@@ -116,9 +116,9 @@
"build-debug": "browserify -s WebTorrent -e ./ > webtorrent.debug.js",
"size": "npm run build && cat webtorrent.min.js | gzip | wc -c",
"test": "standard && node ./bin/test.js",
- "test-browser": "zuul -- test/*.js test/browser/*.js",
"test-browser-headless": "zuul --electron -- test/*.js test/browser/*.js",
- "test-browser-local": "zuul --local -- test/*.js test/browser/*.js",
+ "test-browser": "airtap -- test/*.js test/browser/*.js",
+ "test-browser-local": "airtap --local -- test/*.js test/browser/*.js",
"test-node": "tape test/*.js test/node/*.js",
"update-authors": "./bin/update-authors.sh"
}