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

Commit

Permalink
chore(package): update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
oed committed Mar 28, 2019
1 parent 55cbace commit 453f6bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,5 +1,5 @@
[![Twitter Follow](https://img.shields.io/twitter/follow/3boxdb.svg?style=for-the-badge&label=Twitter)](https://twitter.com/3boxdb)
[![Discord](https://img.shields.io/discord/484729862368526356.svg?style=for-the-badge)](https://discordapp.com/invite/Z3f3Cxy) [![Greenkeeper badge](https://badges.greenkeeper.io/3box/3box-pinning-server.svg)](https://greenkeeper.io/)
[![Discord](https://img.shields.io/discord/484729862368526356.svg?style=for-the-badge)](https://discordapp.com/invite/Z3f3Cxy) [![Greenkeeper badge](https://badges.greenkeeper.io/3box/3box-pinning-node.svg)](https://greenkeeper.io/)

# 3Box pinning node

Expand All @@ -9,11 +9,11 @@ The pinning node is an ipfs and orbit-db node that persists the data of 3box use

```bash
# Install via npm
(sudo) npm install 3box-pinning-server --global
(sudo) npm install 3box-pinning-node --global
# Install via yarn
yarn global add 3box-pinning-server
# Run server
(sudo) 3box-pinning-server
yarn global add 3box-pinning-node
# Run node
(sudo) 3box-pinning-node
```

## Pubsub messages
Expand Down
10 changes: 5 additions & 5 deletions package.json
@@ -1,5 +1,5 @@
{
"name": "3box-pinning-server",
"name": "3box-pinning-node",
"version": "1.1.1",
"description": "IPFS Node that runs OrbitDB under the hood",
"main": "src/node.js",
Expand All @@ -10,7 +10,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/uport-project/3box-pinning-server.git"
"url": "git+https://github.com/uport-project/3box-pinning-node.git"
},
"keywords": [
"ipfs",
Expand All @@ -19,9 +19,9 @@
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/uport-project/3box-pinning-server/issues"
"url": "https://github.com/uport-project/3box-pinning-node/issues"
},
"homepage": "https://github.com/uport-project/3box-pinning-server#readme",
"homepage": "https://github.com/uport-project/3box-pinning-node#readme",
"dependencies": {
"analytics-node": "^3.3.0",
"axios": "^0.18.0",
Expand All @@ -40,7 +40,7 @@
"testEnvironment": "node"
},
"bin": {
"3box-pinning-server": "./src/node.js"
"3box-pinning-node": "./src/node.js"
},
"devDependencies": {
"jest": "^23.6.0",
Expand Down

0 comments on commit 453f6bb

Please sign in to comment.