Pinned some package versions - included async package

Should fix https://github.com/zone117x/node-open-mining-portal/pull/479
This commit is contained in:
Matthew Little 2017-01-23 08:28:47 -07:00 committed by GitHub
parent 2d991e4b9d
commit 6d8781de5e

View File

@ -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": {