Fix issue where tar-fs would complain about missing files

This is being tracked in upstream issue - https://github.com/mafintosh/tar-fs/issues/81

We use a custom fork of tar-fs for now

Fixes #628
This commit is contained in:
Girish Ramakrishnan
2019-03-31 17:30:58 -07:00
parent cd8011e858
commit 38d9378e48
4 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
"split": "^1.0.1",
"superagent": "^4.1.0",
"supererror": "^0.7.2",
"tar-fs": "^2.0.0",
"tar-fs": "github:cloudron-io/tar-fs#ignore_file_removed",
"tar-stream": "^2.0.1",
"tldjs": "^2.3.1",
"underscore": "^1.9.1",