From 1096d15a16387b6fb9501a143e74a9abffdac663 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 15 Sep 2015 17:14:48 +0100 Subject: [PATCH] Rename --- README.md | 8 ++++---- package.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f225a92..f032623 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -ipfs-peer-id Node.js implementation -=================================== +peer-id Node.js implementation +============================== -[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) ![Build Status](https://travis-ci.org/diasdavid/node-ipfs-peer-id.svg?style=flat-square)](https://travis-ci.org/diasdavid/node-ipfs-peer-id) ![](https://img.shields.io/badge/coverage-%3F-yellow.svg?style=flat-square) [![Dependency Status](https://david-dm.org/diasdavid/node-ipfs-peer-id.svg?style=flat-square)](https://david-dm.org/diasdavid/node-ipfs-peer-id) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) +[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) ![Build Status](https://travis-ci.org/diasdavid/node-peer-id.svg?style=flat-square)](https://travis-ci.org/diasdavid/node-peer-id) ![](https://img.shields.io/badge/coverage-%3F-yellow.svg?style=flat-square) [![Dependency Status](https://david-dm.org/diasdavid/node-peer-id.svg?style=flat-square)](https://david-dm.org/diasdavid/node-peer-id) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) > IPFS Peer Id implementation in Node.js @@ -14,7 +14,7 @@ A IPFS Peer Id is based on a sha256 has of the peer public key, using [multihash ### Installing ``` -$ npm install ipfs-peer-id +$ npm install peer-id ``` ### Creating a new Id diff --git a/package.json b/package.json index 053d979..3461368 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "ipfs-peer-id", + "name": "peer-id", "version": "0.3.1", "description": "IPFS Peer Id implementation in Node.js", "main": "src/index.js", @@ -18,9 +18,9 @@ "test" ], "bugs": { - "url": "https://github.com/diasdavid/node-ipfs-peer-id/issues" + "url": "https://github.com/diasdavid/node-peer-id/issues" }, - "homepage": "https://github.com/diasdavid/node-ipfs-peer-id", + "homepage": "https://github.com/diasdavid/node-peer-id", "devDependencies": { "code": "^1.4.1", "lab": "^5.13.0",