aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-10-06 13:54:00 +0200
committerChocobozzz <me@florianbigard.com>2019-02-11 09:26:29 +0100
commit328c78bc4a570a9aceaaa1a2124bacd4a0e8d295 (patch)
tree7f07a427828fb5540dfe7e6bed372e846d587b86 /client/package.json
parentc7ca4c8be781753f86d806015b182f1ee5443fcf (diff)
downloadPeerTube-328c78bc4a570a9aceaaa1a2124bacd4a0e8d295.tar.gz
PeerTube-328c78bc4a570a9aceaaa1a2124bacd4a0e8d295.tar.zst
PeerTube-328c78bc4a570a9aceaaa1a2124bacd4a0e8d295.zip
allow administration to change/reset a user's password
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json
index 3eea661f1..5f957bf75 100644
--- a/client/package.json
+++ b/client/package.json
@@ -165,5 +165,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 } 171 }
169} 172}