fix: tar not working for branches with slashes

This commit is contained in:
Geoffroy Empain
2020-12-18 17:04:12 +01:00
parent 2e4b2ea4bb
commit 3d21eea234
4 changed files with 31 additions and 10 deletions

View File

@ -28,8 +28,10 @@
"chalk": "^4.1.0",
"debug": "^4.2.0",
"form-data": "^3.0.0",
"slugify": "^1.4.6",
"source-map-support": "^0.5.19",
"tar": "^6.0.5",
"uuid": "^8.3.2",
"winston": "^3.3.3",
"yargs": "^15.4.1"
},
@ -41,6 +43,7 @@
"@types/jest": "^25.2.3",
"@types/node": "^12.19.4",
"@types/tar": "^4.0.3",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"eslint": "^7.7.0",