chore: rename from bee status to bee dashboard (#70)

This commit is contained in:
Vojtech Simetka
2021-04-21 10:16:24 +02:00
committed by GitHub
parent 9d19b5e606
commit 54b8e3cb73
5 changed files with 14 additions and 14 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "bee-status",
"name": "bee-dashboard",
"version": "0.1.0",
"description": "Simple dApp to show the status of the bee node",
"description": "An app which helps users to setup their Bee node and do actions like cash out cheques",
"keywords": [
"bee",
"swarm",
@@ -13,12 +13,12 @@
],
"homepage": ".",
"bugs": {
"url": "https://github.com/ethersphere/bee-status/issues/"
"url": "https://github.com/ethersphere/bee-dashboard/issues/"
},
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/ethersphere/bee-status.git"
"url": "https://github.com/ethersphere/bee-dashboard.git"
},
"dependencies": {
"@ethersphere/bee-js": "^0.7.1",