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>2016-05-08 18:34:32 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-05-08 18:34:32 +0300
commit587f3adaf83c761c8cea30d62d3e68bc359ab31d (patch)
tree652e09f4630bbf09e8471e9d32d561d652cc56b4 /package.json
parentdae65079fd6e732cf4b52e8b4748696f128f484f (diff)
downgrade to path-exists 2 (for node 0.10/0.12)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 70cf9f9..a7ac58b 100644
--- a/package.json
+++ b/package.json
@@ -45,7 +45,7 @@
"multistream": "^2.0.2",
"package-json-versionify": "^1.0.1",
"parse-torrent": "^5.1.0",
- "path-exists": "^3.0.0",
+ "path-exists": "^2.1.0",
"pump": "^1.0.0",
"random-iterate": "^1.0.1",
"range-parser": "^1.0.2",