Skip to content

Commit 9c80f7f

Browse files
authored
Merge pull request #10 from batrudinych/update-deps
update deps
2 parents fd63622 + b2ed536 commit 9c80f7f

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitfinex/bfx-util-js",
3-
"version": "0.0.5",
3+
"version": "0.1.0",
44
"private": false,
55
"description": "Bitfinex Service",
66
"author": {
@@ -13,9 +13,9 @@
1313
"dependencies": {
1414
"@bitfinex/bfx-facs-base": "git+https://github.com/bitfinexcom/bfx-facs-base.git",
1515
"@bitfinex/bfx-facs-interval": "git+https://github.com/bitfinexcom/bfx-facs-interval.git",
16+
"@bitfinex/bfx-svc-boot-js": "git+https://github.com/bitfinexcom/bfx-svc-boot-js.git",
1617
"@bitfinex/bfx-wrk-base": "git+https://github.com/bitfinexcom/bfx-wrk-base.git",
1718
"async": "^3.2.1",
18-
"bfx-svc-boot-js": "https://github.com/bitfinexcom/bfx-svc-boot-js.git",
1919
"lodash": "^4.17.21",
2020
"yargs": "^17.2.1"
2121
},

worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'use strict'
22

33
// used to spawn a `bfx-svc-js` service. Contains the worker CLI.
4-
const worker = require('bfx-svc-boot-js')
4+
const worker = require('@bitfinex/bfx-svc-boot-js')
55
module.exports = worker

0 commit comments

Comments
 (0)