-
Notifications
You must be signed in to change notification settings - Fork 460
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "libp2p-pubsub-gossip", | ||
"name": "libp2p-floodsub", | ||
"version": "0.0.0", | ||
"description": "libp2p-pubsub-gossip, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).", | ||
"description": "libp2p-floodsub, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).", | ||
"main": "lib/core/index.js", | ||
"jsnext:main": "src/core/index.js", | ||
"scripts": { | ||
|
@@ -25,7 +25,7 @@ | |
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/libp2p/js-libp2p-pubsub-gossip.git" | ||
"url": "git+https://github.com/libp2p/js-libp2p-floodsub.git" | ||
}, | ||
"keywords": [ | ||
"IPFS", | ||
|
@@ -38,9 +38,9 @@ | |
"author": "David Dias <[email protected]>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/libp2p/js-libp2p-pubsub-gossip/issues" | ||
"url": "https://github.com/libp2p/js-libp2p-floodsub/issues" | ||
}, | ||
"homepage": "https://github.com/libp2p/js-libp2p-pubsub-gossip#readme", | ||
"homepage": "https://github.com/libp2p/js-libp2p-floodsub#readme", | ||
"devDependencies": { | ||
"aegir": "^8.0.1", | ||
"chai": "^3.5.0", | ||
|