Skip to content

Commit

Permalink
Merge pull request #17 from trustwallet/feat/npm-publish
Browse files Browse the repository at this point in the history
feat: update sdk entry file
  • Loading branch information
a6-dou authored Mar 28, 2023
2 parents 854b8d0 + ed24bec commit b76db31
Show file tree
Hide file tree
Showing 2 changed files with 4 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": "@trustwallet/wizard-sdk",
"version": "0.0.1",
"version": "0.1.0-beta",
"description": "typescript sdk to visualize EIP-712 various protocols, simulate and decode transactions",
"main": "lib/index.js",
"repository": "git@github.com:trustwallet/wizard-sdk.git",
Expand Down
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export * as visualizer from "./visualizer";
import visualizer from "./visualizer";

export { visualizer };

0 comments on commit b76db31

Please sign in to comment.