From 6d5557e2166f8d900b85847ee2fe33c71cd75006 Mon Sep 17 00:00:00 2001 From: Aaron Cox Date: Mon, 25 Sep 2023 17:21:19 -0700 Subject: [PATCH] name change --- README.md | 2 +- package.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b22b226..202d99d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# @wharfkit/api-client-hyperion +# @wharfkit/hyperion API client for the Hyperion API. diff --git a/package.json b/package.json index cf01bbc..af92cd2 100644 --- a/package.json +++ b/package.json @@ -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