Browse Source

fixed index issue with package.json

Removed the "main: 'index'" property from package.json since there is no
index.js.
patch-2
Ryan X. Charles 12 years ago
parent
commit
ec9a12f0a7
  1. 1
      package.json

1
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",

Loading…
Cancel
Save