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

fix(*): revert to older version of isomorphic-fetch

This commit is contained in:
Krishna Acondy
2020-10-03 18:19:06 +01:00
parent fa531b34fd
commit bd8012fe3e
2 changed files with 39 additions and 11 deletions

View File

@@ -59,6 +59,6 @@
"dependencies": {
"es6-promise": "^4.2.8",
"form-data": "^3.0.0",
"isomorphic-fetch": "^3.0.0"
"isomorphic-fetch": "^2.2.1"
}
}