Skip to content

Commit

Permalink
Fix Exports
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyBananaGAME committed Aug 17, 2024
1 parent 68b8399 commit f8e44b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanctumterra/client",
"version": "2.0.2",
"version": "2.0.3",
"description": "Get started by customizing your environment (defined in the .idx/dev.nix file) with the tools and IDE extensions you'll need for your project!",
"main": "dist/index.js",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as Client from "./Client";
import { Client } from "./Client";

export {
Client
Expand Down

0 comments on commit f8e44b7

Please sign in to comment.