Updated stratum dependency

This commit is contained in:
Matt 2014-02-20 12:11:41 -07:00
parent 73e8ffad2f
commit 3f048bff7e
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{
"name": "node-stratum-portal",
"version": "0.0.1",
"version": "0.0.2",
"description": "Node quick start example portal",
"main": "init.js",
"dependencies": {
"stratum-pool": "*",
"stratum-pool": "zone117x/node-stratum",
"dateformat": "*",
"node-json-minify": "*"
},