Skip to content

Commit

Permalink
renamed package
Browse files Browse the repository at this point in the history
  • Loading branch information
hubert-de-lalye committed Oct 31, 2024
1 parent d748a5e commit c624f51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Install dependencies
working-directory: ./sdk
run: yarn install --frozen-lockfile
run: yarn install --immutable

- name: Build package
working-directory: ./sdk
Expand Down
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@gmx/sdk",
"name": "@gmx-io/sdk",
"version": "0.0.1",
"type": "module",
"main": "build/index.js",
Expand Down

0 comments on commit c624f51

Please sign in to comment.