Skip to content

Commit

Permalink
chore: Add scope to package name in package.json
Browse files Browse the repository at this point in the history
**Details**:
Needed to add scope to the package in package.json

**Related Issue(s)**
Fixes #384

Signed-off-by: Roger Barker <[email protected]>
  • Loading branch information
rbarkerSL committed Jan 10, 2025
1 parent f3bfb89 commit bd0ab1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"name": "hts-open-dex-react-ui",
"name": "@hashgraph/hts-open-dex-react-ui",
"author": "LAB49",
"version": "0.1.0",
"private": true,
Expand Down

0 comments on commit bd0ab1c

Please sign in to comment.