Skip to content

Commit

Permalink
fix: correct the package name
Browse files Browse the repository at this point in the history
Signed-off-by: georgi-l95 <[email protected]>
  • Loading branch information
georgi-l95 committed Nov 22, 2023
1 parent 7d20990 commit d946402
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hedera-local-node",
"name": "@hashgraph/hedera-local",
"version": "2.16.0",
"description": "Developer tooling for running Local Hedera Network (Consensus + Mirror Nodes).",
"main": "index.ts",
Expand All @@ -21,14 +21,12 @@
"bin": {
"hedera": "./build/index.js"
},
"repository": {
"type": "git",
"url": "github.com:hashgraph/hedera-local-node"
},
"keywords": [
"hedera",
"hedera-local"
],
"homepage": "https://github.com/hashgraph/hedera-local-node",
"repository": "github.com:hashgraph/hedera-local-node",
"author": "hashgraph",
"license": "Apache-2.0",
"devDependencies": {
Expand Down

0 comments on commit d946402

Please sign in to comment.