From 22d83c01bd8f085b57386945e71e972ba2c18e6b Mon Sep 17 00:00:00 2001 From: Andrew Brandt Date: Wed, 15 Jan 2025 09:16:22 -0600 Subject: [PATCH] chore (audit): resolve unscoped dependencies (#8) **Description**: Resolve the hedera-subgraph-repo-example dependency. **Related Issue(s)**: Fixes #7 Signed-off-by: Andrew Brandt --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 048e59c..6093154 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "hedera-subgraph-repo-example", + "name": "@hashgraph/hedera-subgraph-repo-example", "version": "1.0.0", "description": "An example repo to get you started with Subgraphs on Hedera. Based on the example [Hedera Smart Contracts Repo](https://github.com/Daniel-K-Ivanov/hedera-contracts-repo-example)", "main": "index.js",