Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit 3c3a707

Browse files
chore: minor cleanup and updates
1 parent be4f059 commit 3c3a707

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
js-libp2p-websockets
2-
====================
1+
# js-libp2p-websockets
32

43
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
4+
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
55
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
6-
![](https://img.shields.io/badge/coverage-%3F-yellow.svg?style=flat-square)
7-
[![Dependency Status](https://david-dm.org/libp2p/js-libp2p-websockets.svg?style=flat-square)](https://david-dm.org/libp2p/js-libp2p-websockets)
8-
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
6+
[![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)
7+
[![Travis CI](https://travis-ci.org/libp2p/js-libp2p-websockets.svg?branch=master)](https://travis-ci.org/libp2p/js-libp2p-websockets)
8+
[![Circle CI](https://circleci.com/gh/libp2p/js-libp2p-websockets.svg?style=svg)](https://circleci.com/gh/libp2p/js-libp2p-websockets)
9+
[![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)
910

1011
![](https://raw.githubusercontent.com/libp2p/interface-connection/master/img/badge.png)
1112
![](https://raw.githubusercontent.com/libp2p/interface-transport/master/img/badge.png)

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,38 +22,38 @@
2222
],
2323
"repository": {
2424
"type": "git",
25-
"url": "git+https://github.com/diasdavid/js-libp2p-websockets.git"
25+
"url": "git+https://github.com/libp2p/js-libp2p-websockets.git"
2626
},
2727
"keywords": [
2828
"IPFS"
2929
],
3030
"author": "David Dias <[email protected]>",
3131
"license": "MIT",
3232
"bugs": {
33-
"url": "https://github.com/diasdavid/js-libp2p-websockets/issues"
33+
"url": "https://github.com/libp2p/js-libp2p-websockets/issues"
3434
},
35-
"homepage": "https://github.com/diasdavid/js-libp2p-websockets#readme",
35+
"homepage": "https://github.com/libp2p/js-libp2p-websockets#readme",
3636
"dependencies": {
3737
"detect-node": "^2.0.3",
3838
"interface-connection": "^0.1.8",
3939
"lodash.contains": "^2.4.3",
40-
"mafmt": "^2.1.0",
40+
"mafmt": "^2.1.1",
4141
"run-parallel": "^1.1.6",
4242
"simple-websocket": "^4.1.0",
4343
"simple-websocket-server": "^0.1.4"
4444
},
4545
"devDependencies": {
46-
"aegir": "^6.0.0",
46+
"aegir": "^6.0.1",
4747
"multiaddr": "^2.0.2",
4848
"chai": "^3.5.0",
4949
"gulp": "^3.9.1",
5050
"interface-transport": "^0.2.0",
51-
"pre-commit": "^1.1.2"
51+
"pre-commit": "^1.1.3"
5252
},
5353
"contributors": [
5454
"David Dias <[email protected]>",
5555
"Francisco Baio Dias <[email protected]>",
5656
"Friedel Ziegelmayer <[email protected]>",
5757
"greenkeeperio-bot <[email protected]>"
5858
]
59-
}
59+
}

0 commit comments

Comments
 (0)