fixed index issue with package.json
Removed the "main: 'index'" property from package.json since there is no index.js.
This commit is contained in:
parent
688f3f91fc
commit
ec9a12f0a7
@ -10,7 +10,6 @@
|
|||||||
{"name": "Stefan Thomas", "email": "moon@justmoon.net"},
|
{"name": "Stefan Thomas", "email": "moon@justmoon.net"},
|
||||||
{"name": "Jeff Garzik", "email": "jgarzik@bitpay.com"}
|
{"name": "Jeff Garzik", "email": "jgarzik@bitpay.com"}
|
||||||
],
|
],
|
||||||
"main": "./index",
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"bitcoin",
|
"bitcoin",
|
||||||
"btc",
|
"btc",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user