Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.

Commit eea8155

Browse files
authored
Merge pull request #14 from multiformats/feature/update-refs
Updated jbenet links to multiformats links
2 parents cc80d88 + eec4ccc commit eea8155

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

Diff for: .coveralls.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
iservice_name: travis-pro
2+
repo_token: $repo_token

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ js-multihash
33

44
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
55
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
6-
[![Coverage Status](https://coveralls.io/repos/github/jbenet/js-multihash/badge.svg?branch=master)](https://coveralls.io/github/jbenet/js-multihash?branch=master)
7-
[![Travis CI](https://travis-ci.org/jbenet/js-multihash.svg?branch=master)](https://travis-ci.org/jbenet/js-multihash)
8-
[![Circle CI](https://circleci.com/gh/jbenet/js-multihash.svg?style=svg)](https://circleci.com/gh/jbenet/js-multihash)
9-
[![Dependency Status](https://david-dm.org/jbenet/multihashes.svg?style=flat-square)](https://david-dm.org/jbenet/js-multihash)
6+
[![Coverage Status](https://coveralls.io/repos/github/multiformats/js-multihash/badge.svg?branch=master)](https://coveralls.io/github/multiformats/js-multihash?branch=master)
7+
[![Travis CI](https://travis-ci.org/multiformats/js-multihash.svg?branch=master)](https://travis-ci.org/multiformats/js-multihash)
8+
[![Circle CI](https://circleci.com/gh/multiformats/js-multihash.svg?style=svg)](https://circleci.com/gh/multiformats/js-multihash)
9+
[![Dependency Status](https://david-dm.org/multiformats/multihashes.svg?style=flat-square)](https://david-dm.org/multiformats/js-multihash)
1010
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
1111

12-
> [multihash](//github.com/jbenet/multihash) implementation.
12+
> [multihash](//github.com/multiformats/multihash) implementation.
1313
1414
## Installation
1515

Diff for: package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
},
2626
"repository": {
2727
"type": "git",
28-
"url": "git://github.com/jbenet/js-multihash.git"
28+
"url": "git://github.com/multiformats/js-multihash.git"
2929
},
3030
"keywords": [
3131
"multihash"
3232
],
3333
"author": "Juan Benet <juan@benet.ai> (http://juan.benet.ai/)",
3434
"license": "MIT",
3535
"bugs": {
36-
"url": "https://github.com/jbenet/js-multihash/issues"
36+
"url": "https://github.com/multiformats/js-multihash/issues"
3737
},
3838
"dependencies": {
3939
"bs58": "^3.0.0"
@@ -50,6 +50,7 @@
5050
"Juan Benet <juan@benet.ai>",
5151
"William Cotton <williamcotton@gmail.com>",
5252
"dignifiedquire <dignifiedquire@gmail.com>",
53-
"nginnever <ginneversource@gmail.com>"
53+
"nginnever <ginneversource@gmail.com>",
54+
"Richard Littauer <richard.littauer@gmail.com"
5455
]
5556
}

0 commit comments

Comments
 (0)