Changed package name to bitcore-lib.

This commit is contained in:
Braydon Fuller 2015-10-15 15:24:41 -04:00
parent 2f144d40cd
commit 90f7e46234
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"name": "bitcore",
"name": "bitcore-lib",
"main": "./bitcore.min.js",
"version": "0.13.5",
"homepage": "http://bitcore.io",

View File

@ -2,4 +2,4 @@
var bitcoreTasks = require('bitcore-build');
bitcoreTasks();
bitcoreTasks('lib');

View File

@ -1,5 +1,5 @@
{
"name": "bitcore",
"name": "bitcore-lib",
"version": "0.13.5",
"description": "A pure and powerful JavaScript Bitcoin library.",
"author": "BitPay <dev@bitpay.com>",