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": { "dependencies": {
"stratum-pool": "git://github.com/zone117x/node-stratum-pool.git", "stratum-pool": "git://github.com/zone117x/node-stratum-pool.git",
"dateformat": "*", "dateformat": "1.0.12",
"node-json-minify": "*", "node-json-minify": "*",
"redis": "*", "redis": "0.12.1",
"mysql": "*", "mysql": "*",
"async": "*", "async": "1.5.2",
"express": "*", "express": "*",
"body-parser": "*", "body-parser": "*",
"compression": "*", "compression": "*",
@ -45,7 +45,7 @@
"node-watch": "*", "node-watch": "*",
"request": "*", "request": "*",
"nonce": "*", "nonce": "*",
"bignum": "*", "bignum": "0.12.5",
"extend": "*" "extend": "*"
}, },
"engines": { "engines": {