1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-03-10 00:48:11 +00:00

chore(deps): use @sasjs/utils tarball

This commit is contained in:
Yury Shkoda
2021-09-28 10:33:11 +03:00
parent 075d410f7d
commit 2f1d403af4
2 changed files with 9 additions and 7 deletions

View File

@@ -17,6 +17,9 @@
"typedoc": "typedoc",
"prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks && git config core.autocrlf false || true"
},
"browser":{
"child_process": false
},
"publishConfig": {
"access": "public"
},
@@ -69,7 +72,7 @@
},
"main": "index.js",
"dependencies": {
"@sasjs/utils": "^2.30.0",
"@sasjs/utils": "file:../utils/build/sasjs-utils-5.0.0.tgz",
"axios": "^0.21.4",
"axios-cookiejar-support": "^1.0.1",
"form-data": "^4.0.0",