Skip to content

Commit

Permalink
Do not include helpers via tslib
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpshr committed Jul 31, 2018
1 parent d64d53f commit e600c85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"ethereumjs-util": "^5.2.0",
"ethereumjs-wallet": "0.6.0",
"percentile": "^1.2.1",
"tslib": "^1.9.2",
"web3-provider-engine": "^14.0.5"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"importHelpers": true,
"importHelpers": false,
"module": "umd",
"moduleResolution": "node",
"noImplicitAny": true,
Expand Down

0 comments on commit e600c85

Please sign in to comment.