Skip to content

Commit

Permalink
(fix) mv several modules to deps from dev-deps for bfx-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rno authored and JacobPlaster committed Mar 26, 2020
1 parent 3fcf1b9 commit ae90a63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
4.0.13
- meta: mv several moduels to deps from dev-deps for bfx-cli

4.0.12
- meta: mv readline-promise to deps from dev-deps

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitfinex-api-node",
"version": "4.0.12",
"version": "4.0.13",
"description": "Node reference library for Bitfinex API",
"engines": {
"node": ">=8.3.0"
Expand Down Expand Up @@ -45,10 +45,7 @@
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-preset-env": "^1.7.0",
"bfx-api-mock-srv": "^1.0.4",
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.19",
"chai": "^4.2.0",
"cli-table2": "^0.2.0",
"docdash": "^1.2.0",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
Expand All @@ -68,6 +65,9 @@
},
"dependencies": {
"readline-promise": "^1.0.4",
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.19",
"cli-table2": "^0.2.0",
"bfx-api-node-models": "^1.2.1",
"bfx-api-node-rest": "^3.0.8",
"bfx-api-node-util": "^1.0.2",
Expand Down

0 comments on commit ae90a63

Please sign in to comment.