From ec9a12f0a7850fa625e9c3b3bbccf8e64a2c6be5 Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Thu, 3 Oct 2013 15:21:51 -0400 Subject: [PATCH] fixed index issue with package.json Removed the "main: 'index'" property from package.json since there is no index.js. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 7b9dc7b..3fa7852 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ {"name": "Stefan Thomas", "email": "moon@justmoon.net"}, {"name": "Jeff Garzik", "email": "jgarzik@bitpay.com"} ], - "main": "./index", "keywords": [ "bitcoin", "btc",