Merge branch 'master' of github.com:bitpay/bitcore-node

This commit is contained in:
Jason Dreyzehner 2015-10-20 09:28:52 -04:00
commit 47bd4fb5ec
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,4 @@
#!/usr/bin/env node
// vi: ft=javascript -*- mode: JavaScript; -*-
var node = require('..');
node.cli.bitcore();
var bitcore = require('../lib/cli/bitcore');
bitcore();

View File

@ -2,8 +2,8 @@
"name": "bitcore-node",
"description": "Full node with extended capabilities using Bitcore and Bitcoin Core",
"author": "BitPay <dev@bitpay.com>",
"version": "0.2.0-dev",
"lastBuild": "0.2.0",
"version": "0.2.1-dev",
"lastBuild": "0.2.1",
"main": "./index.js",
"repository": "git://github.com/bitpay/bitcore-node.git",
"homepage": "https://github.com/bitpay/bitcore-node.js",