Skip to content

Commit d0e2219

Browse files
committed
Fix web3#1658 by removing the typings files and all references to typescript specific things in the codebase.
1 parent 9bf5803 commit d0e2219

File tree

3 files changed

+0
-511
lines changed

3 files changed

+0
-511
lines changed

packages/web3/index.d.ts

Lines changed: 0 additions & 27 deletions
This file was deleted.

packages/web3/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3",
77
"license": "LGPL-3.0",
88
"main": "src/index.js",
9-
"types": "index.d.ts",
109
"bugs": {
1110
"url": "https://github.com/ethereum/web3.js/issues"
1211
},
@@ -43,8 +42,6 @@
4342
}
4443
],
4544
"dependencies": {
46-
"@types/underscore": "^1.8.0",
47-
"@types/bignumber.js": "^4.0.2",
4845
"web3-bzz": "1.0.0-beta.35",
4946
"web3-core": "1.0.0-beta.35",
5047
"web3-eth": "1.0.0-beta.35",

0 commit comments

Comments
 (0)