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>2014-01-25 12:00:47 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-01-25 12:00:47 +0400
commit6cead333356920d61c18c5683ff086b94adf5fff (patch)
treeb6d99a987c5295f8e189f59901a8c2c376f0fc21
parent3686714f9c3b9f766a2f9e0aa5207c9509ae5635 (diff)
lock tape version to 2.x
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 02fd133..caa1d7a 100644
--- a/package.json
+++ b/package.json
@@ -16,8 +16,7 @@
"speedometer": "~0.1.2"
},
"devDependencies": {
- "tape": "*",
- "call-log": "*"
+ "tape": "2.x",
},
"scripts": {
"test": "tape test/*.js",