Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

chore: rename package #79

Merged
merged 3 commits into from
Jul 2, 2018
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libp2p-railing",
"version": "0.9.2",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

preserve the version

"name": "libp2p-bootstrap",
"version": "0.0.0",
"description": "Node.js IPFS Implementation of the railing process of a Node through a bootstrap peer list",
"leadMaintainer": "Vasco Santos <[email protected]>",
"main": "src/index.js",
Expand All @@ -15,20 +15,20 @@
},
"repository": {
"type": "git",
"url": "https://github.com/libp2p/js-libp2p-railing.git"
"url": "https://github.com/libp2p/js-libp2p-bootstrap.git"
},
"keywords": [
"IPFS"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/libp2p/js-ipfs-railing/issues"
"url": "https://github.com/libp2p/js-ipfs-bootstrap/issues"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"homepage": "https://github.com/libp2p/js-ipfs-railing",
"homepage": "https://github.com/libp2p/js-ipfs-bootstrap",
"devDependencies": {
"aegir": "^14.0.0",
"chai": "^4.1.2",
Expand Down