Skip to content

Commit 53ce61a

Browse files
author
Dennis Van Roeyen
committed
moved request dependency
1 parent 5ec4bf8 commit 53ce61a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Binance API for node https://github.com/jaggedsoft/node-binance-api",
55
"main": "node-binance-api.js",
66
"dependencies": {
7+
"request": "^2.85.0",
78
"string-hash": "^1.1.3",
89
"ws": "^4.1.0"
910
},
@@ -40,7 +41,6 @@
4041
"istanbul": "^0.4.5",
4142
"mocha": "^5.0.5",
4243
"mocha-lcov-reporter": "^1.3.0",
43-
"nyc": "^11.6.0",
44-
"request": "^2.85.0"
44+
"nyc": "^11.6.0"
4545
}
4646
}

0 commit comments

Comments
 (0)