diff --git a/.github/workflows/release_github.yaml b/.github/workflows/release_github.yaml index b7ecd37..6f49045 100644 --- a/.github/workflows/release_github.yaml +++ b/.github/workflows/release_github.yaml @@ -16,5 +16,5 @@ jobs: with: token: ${{ secrets.REPO_GHA_PAT }} release-type: node - package-name: bee-status + package-name: bee-dashboard bump-minor-pre-major: true diff --git a/README.md b/README.md index 48f3d7f..ac34dcc 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Bee Status -[](https://david-dm.org/ethersphere/bee-status) +[](https://david-dm.org/ethersphere/bee-dashboard) [](https://swarm.ethereum.org/) [](https://github.com/RichardLitt/standard-readme) [](https://github.com/feross/standard)   -> Simple dApp to show the status of the bee node. The goal is to help users setup their bee nodes. +> An app which helps users to setup their Bee node and do actions like cash out cheques. **Warning: This project is in alpha state. There might (and most probably will) be changes in the future to its API and working. Also, no guarantees can be made about its stability, efficiency, and security at this stage.** @@ -28,9 +28,9 @@ ## Install ``` -git clone git@github.com:ethersphere/bee-status.git +git clone git@github.com:ethersphere/bee-dashboard.git -cd bee-status +cd bee-dashboard npm ci ``` @@ -47,7 +47,7 @@ serve -s ./build There are some ways you can make this module better: -- Consult our [open issues](https://github.com/ethersphere/bee-status/issues) and take on one of them +- Consult our [open issues](https://github.com/ethersphere/bee-dashboard/issues) and take on one of them - Help our tests reach 100% coverage! - Join us in our [Mattermost chat](https://beehive.ethswarm.org/swarm/channels/swarm-javascript) if you have questions or want to give feedback diff --git a/package.json b/package.json index 191659f..5b3f48b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/public/index.html b/public/index.html index 5934d68..990d846 100644 --- a/public/index.html +++ b/public/index.html @@ -11,7 +11,7 @@ -