Pinned some package versions - included async package
Should fix https://github.com/zone117x/node-open-mining-portal/pull/479
This commit is contained in:
parent
2d991e4b9d
commit
6d8781de5e
@ -32,11 +32,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"stratum-pool": "git://github.com/zone117x/node-stratum-pool.git",
|
||||
"dateformat": "*",
|
||||
"dateformat": "1.0.12",
|
||||
"node-json-minify": "*",
|
||||
"redis": "*",
|
||||
"redis": "0.12.1",
|
||||
"mysql": "*",
|
||||
"async": "*",
|
||||
"async": "1.5.2",
|
||||
"express": "*",
|
||||
"body-parser": "*",
|
||||
"compression": "*",
|
||||
@ -45,7 +45,7 @@
|
||||
"node-watch": "*",
|
||||
"request": "*",
|
||||
"nonce": "*",
|
||||
"bignum": "*",
|
||||
"bignum": "0.12.5",
|
||||
"extend": "*"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user