Skip to content

Commit

Permalink
remove unnecessary depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zianksm committed Dec 18, 2022
1 parent ef7b1a6 commit 7b90fd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smartcontract-type-binding-generator",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
export * from "./implementation/writer";
export * from "./implementation/typescript/class-parser";
export * from "./implementation/type-mapping";

0 comments on commit 7b90fd7

Please sign in to comment.