From 499c5cf81842485dd8613c37a5049e029a2dadf7 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Mon, 13 Jan 2014 18:28:16 -0700 Subject: [PATCH] Updated structure --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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": {