Skip to content

Commit

Permalink
name change
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Sep 26, 2023
1 parent 3fc4a47 commit 6d5557e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @wharfkit/api-client-hyperion
# @wharfkit/hyperion

API client for the Hyperion API.

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@wharfkit/api-client-template",
"name": "@wharfkit/hyperion",
"description": "Template to start building new API clients using Wharf",
"version": "0.0.0",
"homepage": "https://github.com/wharfkit/api-client-template",
"main": "lib/api-client-template.js",
"module": "lib/api-client-template.m.js",
"types": "lib/api-client-template.d.ts",
"homepage": "https://github.com/wharfkit/hyperion",
"main": "lib/hyperion.js",
"module": "lib/hyperion.m.js",
"types": "lib/hyperion.d.ts",
"browser": {
"buffer": false,
"crypto": false
Expand Down

0 comments on commit 6d5557e

Please sign in to comment.