1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-10 22:00:05 +00:00

fix: using mime package to determine content-type

This commit is contained in:
Saad Jutt
2021-05-30 23:47:31 +05:00
parent 56a1960fff
commit c5824a8a8d
3 changed files with 97 additions and 160 deletions

View File

@@ -39,11 +39,13 @@
"license": "ISC",
"devDependencies": {
"@types/jest": "^26.0.22",
"@types/mime": "^2.0.3",
"@types/tough-cookie": "^4.0.0",
"cp": "^0.2.0",
"dotenv": "^8.2.0",
"jest": "^26.6.3",
"jest-extended": "^0.11.5",
"mime": "^2.5.2",
"path": "^0.12.7",
"rimraf": "^3.0.2",
"semantic-release": "^17.4.2",