diff --git a/README.md b/README.md index 40e3c0f..9939021 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ -js-libp2p-websockets -==================== +# js-libp2p-websockets [![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) +[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) -![](https://img.shields.io/badge/coverage-%3F-yellow.svg?style=flat-square) -[![Dependency Status](https://david-dm.org/libp2p/js-libp2p-websockets.svg?style=flat-square)](https://david-dm.org/libp2p/js-libp2p-websockets) -[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) +[![Coverage Status](https://coveralls.io/repos/github/libp2p/js-libp2p-websockets/badge.svg?branch=master)](https://coveralls.io/github/libp2p/js-libp2p-websockets?branch=master) +[![Travis CI](https://travis-ci.org/libp2p/js-libp2p-websockets.svg?branch=master)](https://travis-ci.org/libp2p/js-libp2p-websockets) +[![Circle CI](https://circleci.com/gh/libp2p/js-libp2p-websockets.svg?style=svg)](https://circleci.com/gh/libp2p/js-libp2p-websockets) +[![Dependency Status](https://david-dm.org/libp2p/js-libp2p-websockets.svg?style=flat-square)](https://david-dm.org/libp2p/js-libp2p-websockets) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) ![](https://raw.githubusercontent.com/libp2p/interface-connection/master/img/badge.png) ![](https://raw.githubusercontent.com/libp2p/interface-transport/master/img/badge.png) diff --git a/package.json b/package.json index 4e8d26d..43f409b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/diasdavid/js-libp2p-websockets.git" + "url": "git+https://github.com/libp2p/js-libp2p-websockets.git" }, "keywords": [ "IPFS" @@ -30,25 +30,25 @@ "author": "David Dias ", "license": "MIT", "bugs": { - "url": "https://github.com/diasdavid/js-libp2p-websockets/issues" + "url": "https://github.com/libp2p/js-libp2p-websockets/issues" }, - "homepage": "https://github.com/diasdavid/js-libp2p-websockets#readme", + "homepage": "https://github.com/libp2p/js-libp2p-websockets#readme", "dependencies": { "detect-node": "^2.0.3", "interface-connection": "^0.1.8", "lodash.contains": "^2.4.3", - "mafmt": "^2.1.0", + "mafmt": "^2.1.1", "run-parallel": "^1.1.6", "simple-websocket": "^4.1.0", "simple-websocket-server": "^0.1.4" }, "devDependencies": { - "aegir": "^6.0.0", + "aegir": "^6.0.1", "multiaddr": "^2.0.2", "chai": "^3.5.0", "gulp": "^3.9.1", "interface-transport": "^0.2.0", - "pre-commit": "^1.1.2" + "pre-commit": "^1.1.3" }, "contributors": [ "David Dias ", @@ -56,4 +56,4 @@ "Friedel Ziegelmayer ", "greenkeeperio-bot " ] -} \ No newline at end of file +}