Add custom archiver until upstream fixes

This commit is contained in:
Johannes Zellner
2017-04-17 14:42:50 +02:00
parent 6d8cf8456e
commit 9d61ccaa45
2 changed files with 327 additions and 3335 deletions

View File

@@ -14,7 +14,7 @@
],
"dependencies": {
"@sindresorhus/df": "^2.1.0",
"archiver": "https://registry.npmjs.org/archiver/-/archiver-1.3.0.tgz",
"archiver": "git+https://github.com/cloudron-io/node-archiver.git",
"async": "^2.1.4",
"aws-sdk": "^2.1.46",
"body-parser": "^1.13.1",
@@ -89,6 +89,7 @@
"mocha": "*",
"nock": "^9.0.2",
"node-sass": "^3.0.0-alpha.0",
"readdirp": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz",
"request": "^2.65.0",
"yargs": "^3.15.0"
},