diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-07 11:08:55 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-07 13:59:06 +0200 |
commit | bf94b6f0a1ac2cd5304f5cc7f85434120489cab8 (patch) | |
tree | 5cdf45935c8e574c3232b095b43ae17189603164 /package.json | |
parent | 82e624233f22eba0230383c7de8a9ed3b69791a6 (diff) | |
download | PeerTube-bf94b6f0a1ac2cd5304f5cc7f85434120489cab8.tar.gz PeerTube-bf94b6f0a1ac2cd5304f5cc7f85434120489cab8.tar.zst PeerTube-bf94b6f0a1ac2cd5304f5cc7f85434120489cab8.zip |
Server: update to webseed implementation (tests, lint...)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 59c7a4332..909c18176 100644 --- a/package.json +++ b/package.json | |||
@@ -69,7 +69,8 @@ | |||
69 | "commander": "^2.9.0", | 69 | "commander": "^2.9.0", |
70 | "mocha": "^3.0.1", | 70 | "mocha": "^3.0.1", |
71 | "standard": "^8.0.0", | 71 | "standard": "^8.0.0", |
72 | "supertest": "^2.0.0" | 72 | "supertest": "^2.0.0", |
73 | "webtorrent": "^0.97.0" | ||
73 | }, | 74 | }, |
74 | "standard": { | 75 | "standard": { |
75 | "ignore": [ | 76 | "ignore": [ |