diff --git a/package.json b/package.json index e9b7aa7..7bb3866 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stratum-pool", - "version": "0.0.1", + "version": "0.0.2", "author": "Matthew Little", "description": "High performance Stratum poolserver in Node.js", "contributors": [ @@ -30,7 +30,8 @@ "binpack": "*", "bignum": "*", "buffertools": "*", - "base58-native": "*" + "base58-native": "*", + "async": "*" }, "license": "GPL-2.0", "engines": {