Skip to content

Commit 97141bc

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 97141bc

File tree

3 files changed

+49
-560
lines changed

3 files changed

+49
-560
lines changed

packages/web3/index.d.ts

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

packages/web3/package.json

Lines changed: 49 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,53 @@
11
{
2-
"name": "web3",
3-
"namespace": "ethereum",
4-
"version": "1.0.0-beta.35",
5-
"description": "Ethereum JavaScript API",
6-
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3",
7-
"license": "LGPL-3.0",
8-
"main": "src/index.js",
9-
"types": "index.d.ts",
10-
"bugs": {
11-
"url": "https://github.com/ethereum/web3.js/issues"
12-
},
13-
"keywords": [
14-
"Ethereum",
15-
"JavaScript",
16-
"API"
17-
],
18-
"author": "ethereum.org",
19-
"authors": [
20-
{
21-
"name": "Fabian Vogelsteller",
22-
"email": "[email protected]",
23-
"homepage": "http://frozeman.de"
2+
"name": "web3",
3+
"namespace": "ethereum",
4+
"version": "1.0.0-beta.35",
5+
"description": "Ethereum JavaScript API",
6+
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3",
7+
"license": "LGPL-3.0",
8+
"main": "src/index.js",
9+
"bugs": {
10+
"url": "https://github.com/ethereum/web3.js/issues"
2411
},
25-
{
26-
"name": "Marek Kotewicz",
27-
"email": "[email protected]",
28-
"url": "https://github.com/debris"
29-
},
30-
{
31-
"name": "Marian Oancea",
32-
"url": "https://github.com/cubedro"
33-
},
34-
{
35-
"name": "Gav Wood",
36-
"email": "[email protected]",
37-
"homepage": "http://gavwood.com"
38-
},
39-
{
40-
"name": "Jeffery Wilcke",
41-
"email": "[email protected]",
42-
"url": "https://github.com/obscuren"
12+
"keywords": [
13+
"Ethereum",
14+
"JavaScript",
15+
"API"
16+
],
17+
"author": "ethereum.org",
18+
"authors": [
19+
{
20+
"name": "Fabian Vogelsteller",
21+
"email": "[email protected]",
22+
"homepage": "http://frozeman.de"
23+
},
24+
{
25+
"name": "Marek Kotewicz",
26+
"email": "[email protected]",
27+
"url": "https://github.com/debris"
28+
},
29+
{
30+
"name": "Marian Oancea",
31+
"url": "https://github.com/cubedro"
32+
},
33+
{
34+
"name": "Gav Wood",
35+
"email": "[email protected]",
36+
"homepage": "http://gavwood.com"
37+
},
38+
{
39+
"name": "Jeffery Wilcke",
40+
"email": "[email protected]",
41+
"url": "https://github.com/obscuren"
42+
}
43+
],
44+
"dependencies": {
45+
"web3-bzz": "1.0.0-beta.35",
46+
"web3-core": "1.0.0-beta.35",
47+
"web3-eth": "1.0.0-beta.35",
48+
"web3-eth-personal": "1.0.0-beta.35",
49+
"web3-net": "1.0.0-beta.35",
50+
"web3-shh": "1.0.0-beta.35",
51+
"web3-utils": "1.0.0-beta.35"
4352
}
44-
],
45-
"dependencies": {
46-
"@types/underscore": "^1.8.0",
47-
"@types/bignumber.js": "^4.0.2",
48-
"web3-bzz": "1.0.0-beta.35",
49-
"web3-core": "1.0.0-beta.35",
50-
"web3-eth": "1.0.0-beta.35",
51-
"web3-eth-personal": "1.0.0-beta.35",
52-
"web3-net": "1.0.0-beta.35",
53-
"web3-shh": "1.0.0-beta.35",
54-
"web3-utils": "1.0.0-beta.35"
55-
}
5653
}

0 commit comments

Comments
 (0)