Browse Source

Merge pull request #1 from ryanxcharles/feature/rename-to-bitcore-and-update-repo

rename to "bitcore" and update repo location
patch-2
Ryan X. Charles 11 years ago
parent
commit
1fb1a06ade
  1. 4
      package.json

4
package.json

@ -1,5 +1,5 @@
{ {
"name": "libcoin", "name": "bitcore",
"description": "Bitcoin Library", "description": "Bitcoin Library",
"version": "0.1.5", "version": "0.1.5",
"author": { "author": {
@ -20,7 +20,7 @@
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "http://github.com/gasteve/node-libcoin.git" "url": "https://github.com/bitpay/bitcore.git"
}, },
"scripts": {}, "scripts": {},
"dependencies": { "dependencies": {

Loading…
Cancel
Save