diff --git a/package-lock.json b/package-lock.json index aaf29de..13daa98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "@bitfinex/bfx-facs-base": "git+https://github.com/bitfinexcom/bfx-facs-base.git", + "@bitfinex/bfx-facs-base": "git+https://github.com/sargekhan/bfx-facs-base.git#feat/js-config-support", "async": "^3.2.1", "ioredis": "^5.3.0", "lodash": "^4.17.21" @@ -20,7 +20,8 @@ }, "node_modules/@bitfinex/bfx-facs-base": { "version": "1.0.0", - "resolved": "git+ssh://git@github.com/bitfinexcom/bfx-facs-base.git#c42f4dfeab9c759a9c7ec7177ab7af6b53279e94", + "resolved": "git+ssh://git@github.com/sargekhan/bfx-facs-base.git#ecb5224a38e5f98671b15a59f17b874602f474db", + "license": "Apache-2.0", "dependencies": { "async": "^3.2.1", "lodash": "^4.17.21" diff --git a/package.json b/package.json index ec35eda..53ab332 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "bitfinex" ], "dependencies": { - "@bitfinex/bfx-facs-base": "git+https://github.com/bitfinexcom/bfx-facs-base.git", + "@bitfinex/bfx-facs-base": "git+https://github.com/sargekhan/bfx-facs-base.git#feat/js-config-support", "async": "^3.2.1", "ioredis": "^5.3.0", "lodash": "^4.17.21"