Skip to content

Commit

Permalink
(fix) mv readline-promise to deps from dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rno authored and JacobPlaster committed Mar 26, 2020
1 parent 9477e59 commit aa8a113
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
4.0.12
- meta: mv readline-promise to deps from dev-deps

4.0.11
- meta: added nyc for coverage file gen
- meta: added husky npm test pre-commit hook
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitfinex-api-node",
"version": "4.0.11",
"version": "4.0.12",
"description": "Node reference library for Bitfinex API",
"engines": {
"node": ">=8.3.0"
Expand Down Expand Up @@ -63,13 +63,13 @@
"jsdoc-to-markdown": "^5.0.1",
"mocha": "^7.1.0",
"nyc": "^15.0.0",
"readline-promise": "^1.0.4",
"socks-proxy-agent": "^5.0.0",
"standard": "^14.3.1"
},
"dependencies": {
"readline-promise": "^1.0.4",
"bfx-api-node-models": "^1.2.0",
"bfx-api-node-rest": "^3.0.4",
"bfx-api-node-rest": "^3.0.8",
"bfx-api-node-util": "^1.0.2",
"bfx-api-node-ws1": "^1.0.0",
"bignumber.js": "^9.0.0",
Expand Down

0 comments on commit aa8a113

Please sign in to comment.