From c37ea26dc7e0b06ccae2fe1a354e94093c54903c Mon Sep 17 00:00:00 2001
From: wanderer <mjbecze@gmail.com>
Date: Tue, 3 Feb 2015 17:35:36 -0500
Subject: [PATCH] updated blockchain require

---
 index.js     | 4 ++--
 package.json | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.js b/index.js
index aa4cd51e1..47acfdbfb 100644
--- a/index.js
+++ b/index.js
@@ -1,8 +1,8 @@
 var tests = module.exports = {};
 
 Object.defineProperties(tests, {
-  blockTests: {
-    get: require('require-all').bind(this, __dirname + '/BlockTests')
+  blockchainTests: {
+    get: require('require-all').bind(this, __dirname + '/BlockchainTests')
   },
   basicTests: {
     get: require('require-all').bind(this, __dirname + '/BasicTests/')
diff --git a/package.json b/package.json
index 318006032..6b1446756 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ethereum-tests",
-  "version": "0.0.2",
+  "version": "0.0.3",
   "description": "tests for ethereum",
   "main": "index.js",
   "scripts": {
-- 
GitLab