diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2015-11-24 08:33:59 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2015-11-24 08:33:59 +0100 |
commit | 3bcb78b3aff565996ee0e2aa96bce7f1bdd6d66a (patch) | |
tree | b202172a35956b252282105f614fc9646ca64ebb /package.json | |
parent | 2e3b5b0db652ae4787e359aadbd4f52e473b6af7 (diff) | |
download | PeerTube-3bcb78b3aff565996ee0e2aa96bce7f1bdd6d66a.tar.gz PeerTube-3bcb78b3aff565996ee0e2aa96bce7f1bdd6d66a.tar.zst PeerTube-3bcb78b3aff565996ee0e2aa96bce7f1bdd6d66a.zip |
Make the network auto sufficient (eject bad pods with scores)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 0c7af5690..86c832eb1 100644 --- a/package.json +++ b/package.json | |||
@@ -62,7 +62,9 @@ | |||
62 | "confirm", | 62 | "confirm", |
63 | "it", | 63 | "it", |
64 | "after", | 64 | "after", |
65 | "afterEach", | ||
65 | "before", | 66 | "before", |
67 | "beforeEach", | ||
66 | "describe" | 68 | "describe" |
67 | ] | 69 | ] |
68 | } | 70 | } |