Skip to content

Commit

Permalink
optimize build
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshuchawla009 committed Oct 10, 2024
1 parent e955e30 commit 9f5e57a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 41 deletions.
Binary file added .DS_Store
Binary file not shown.
38 changes: 3 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@toruslabs/http-helpers": "^7.0.0",
"bn.js": "^5.2.1",
"elliptic": "^6.5.7",
"fetch": "^1.1.0",
"loglevel": "^1.9.2"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
export * from "./mock";
export * from "./rss";
export * from "./utils";
1 change: 0 additions & 1 deletion src/mock.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable camelcase */
import BN from "bn.js";
import { ec as EC } from "elliptic";

Expand Down
4 changes: 1 addition & 3 deletions torus.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
module.exports = {
name: "rssClient",
};
module.exports = require("@toruslabs/config/torus.config");

0 comments on commit 9f5e57a

Please sign in to comment.