diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-10-08 15:56:56 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-11 09:26:38 +0100 |
commit | a3342ce250936c30dc6df7563f4e984c172f61c1 (patch) | |
tree | a4b7e8c81b09563b0e3e99638d450427c1e517d2 /client/package.json | |
parent | 328c78bc4a570a9aceaaa1a2124bacd4a0e8d295 (diff) | |
download | PeerTube-a3342ce250936c30dc6df7563f4e984c172f61c1.tar.gz PeerTube-a3342ce250936c30dc6df7563f4e984c172f61c1.tar.zst PeerTube-a3342ce250936c30dc6df7563f4e984c172f61c1.zip |
remove isAdministration
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/package.json b/client/package.json index 5f957bf75..9e5e87d4a 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -164,9 +164,7 @@ | |||
164 | "webpack-cli": "^3.0.8", | 164 | "webpack-cli": "^3.0.8", |
165 | "webtorrent": "https://github.com/webtorrent/webtorrent#e9b209c7970816fc29e0cc871157a4918d66001d", | 165 | "webtorrent": "https://github.com/webtorrent/webtorrent#e9b209c7970816fc29e0cc871157a4918d66001d", |
166 | "whatwg-fetch": "^3.0.0", | 166 | "whatwg-fetch": "^3.0.0", |
167 | "zone.js": "~0.8.5" | 167 | "zone.js": "~0.8.5", |
168 | }, | ||
169 | "dependencies": { | ||
170 | "generate-password-browser": "^1.0.2" | 168 | "generate-password-browser": "^1.0.2" |
171 | } | 169 | } |
172 | } | 170 | } |