Skip to content

Commit

Permalink
(refactor) use npm reg bfx deps in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rno authored and JacobPlaster committed Oct 10, 2019
1 parent b4b89d8 commit a79e33d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"babel-plugin-transform-regenerator": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"bfx-api-node-util": "git+http://github.com/bitfinexcom/bfx-api-node-util.git#semver:^1.0.2",
"bfx-api-node-util": "^1.0.2",
"copy": "^0.3.1",
"lodash": "^4.17.10",
"p-iteration": "^1.1.8",
Expand All @@ -56,11 +56,11 @@
"babel-plugin-lodash": "^3.2.11",
"babel-preset-env": "^1.4.0",
"babel-preset-stage-0": "^6.24.1",
"bfx-api-node-core": "git+http://github.com/bitfinexcom/bfx-api-node-core.git#semver:^1.1.0",
"bfx-hf-indicators": "git+http://github.com/bitfinexcom/bfx-hf-indicators.git#semver:^2.0.0",
"bfx-hf-strategy": "git+http://github.com/bitfinexcom/bfx-hf-strategy.git#semver:^1.0.0",
"bfx-hf-util": "git+http://github.com/bitfinexcom/bfx-hf-util.git#semver:^1.0.1",
"bitfinex-api-node": "git+http://github.com/bitfinexcom/bitfinex-api-node.git#semver:^2.0.9",
"bfx-api-node-core": "^1.1.0",
"bfx-hf-indicators": "^2.0.0",
"bfx-hf-strategy": "^1.0.0",
"bfx-hf-util": "^1.0.1",
"bitfinex-api-node": "^2.0.9",
"chai": "^4.2.0",
"cli-table": "^0.3.1",
"colors": "^1.3.1",
Expand Down

0 comments on commit a79e33d

Please sign in to comment.