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-19 03:36:39 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-05-19 03:36:39 +0300
commit66fa0e06a1a9992cd93de7449043803c2a144d58 (patch)
tree2c7662988b2cedc5fa2b15969a6837a6f5b3eb66 /package.json
parente0fed34e747d2e267fa28e10672d2de1da3cebb6 (diff)
use cross-spawn
cross-spawn-async is deprecated
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 41aa200..16e3a60 100644
--- a/package.json
+++ b/package.json
@@ -71,7 +71,7 @@
"bittorrent-tracker": "^8.0.0",
"brfs": "^1.2.0",
"browserify": "^13.0.0",
- "cross-spawn-async": "^2.2.2",
+ "cross-spawn": "^3.0.0",
"electron-prebuilt": "^0.37.2",
"finalhandler": "^0.4.0",
"network-address": "^1.1.0",