Skip to content

Commit

Permalink
Change build to common js
Browse files Browse the repository at this point in the history
  • Loading branch information
krboktv committed May 25, 2021
1 parent eeed3c5 commit 546123c
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": "@1inch/multicall",
"version": "1.0.0",
"version": "1.0.1",
"description": "High-weight optimized call-processor",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"exclude": ["src/**/*.test.ts", "test/*"],
"compilerOptions": {
"baseUrl": "./",
"module": "esnext",
"module": "commonjs",
"target": "es2015",
"outDir": "./dist",
"sourceMap": true,
Expand Down

0 comments on commit 546123c

Please sign in to comment.