diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-08-27 13:28:49 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-27 16:03:57 +0200 |
commit | c9d5c64f98c1f1fe7950de60c58edeaf3ace070d (patch) | |
tree | 26d828e560054cf8a64628823d3dd86172d44f52 /package.json | |
parent | 0ee027347ae09ea397e9b85702707e9179537ebd (diff) | |
download | PeerTube-c9d5c64f98c1f1fe7950de60c58edeaf3ace070d.tar.gz PeerTube-c9d5c64f98c1f1fe7950de60c58edeaf3ace070d.tar.zst PeerTube-c9d5c64f98c1f1fe7950de60c58edeaf3ace070d.zip |
replace fs by fs-extra to prevent EMFILE error
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 3f4e272ec..635ceaf76 100644 --- a/package.json +++ b/package.json | |||
@@ -100,6 +100,7 @@ | |||
100 | "express-validator": "^5.0.0", | 100 | "express-validator": "^5.0.0", |
101 | "flat": "^4.1.0", | 101 | "flat": "^4.1.0", |
102 | "fluent-ffmpeg": "^2.1.0", | 102 | "fluent-ffmpeg": "^2.1.0", |
103 | "fs-extra": "^7.0.0", | ||
103 | "helmet": "^3.12.1", | 104 | "helmet": "^3.12.1", |
104 | "ip-anonymize": "^0.0.6", | 105 | "ip-anonymize": "^0.0.6", |
105 | "ipaddr.js": "https://github.com/whitequark/ipaddr.js.git#8e69afeb4053ee32447a101845f860848280eca5", | 106 | "ipaddr.js": "https://github.com/whitequark/ipaddr.js.git#8e69afeb4053ee32447a101845f860848280eca5", |
@@ -110,7 +111,6 @@ | |||
110 | "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017", | 111 | "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017", |
111 | "lodash": "^4.17.10", | 112 | "lodash": "^4.17.10", |
112 | "magnet-uri": "^5.1.4", | 113 | "magnet-uri": "^5.1.4", |
113 | "mkdirp": "^0.5.1", | ||
114 | "morgan": "^1.5.3", | 114 | "morgan": "^1.5.3", |
115 | "multer": "^1.1.0", | 115 | "multer": "^1.1.0", |
116 | "nodemailer": "^4.4.2", | 116 | "nodemailer": "^4.4.2", |