Skip to content

Commit

Permalink
Fix #1658 by removing the typings files and all references to typescr…
Browse files Browse the repository at this point in the history
…ipt specific things in the codebase.
  • Loading branch information
levino committed Aug 10, 2018
1 parent 9bf5803 commit 97141bc
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 560 deletions.
27 changes: 0 additions & 27 deletions packages/web3/index.d.ts

This file was deleted.

101 changes: 49 additions & 52 deletions packages/web3/package.json
Original file line number Diff line number Diff line change
@@ -1,56 +1,53 @@
{
"name": "web3",
"namespace": "ethereum",
"version": "1.0.0-beta.35",
"description": "Ethereum JavaScript API",
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3",
"license": "LGPL-3.0",
"main": "src/index.js",
"types": "index.d.ts",
"bugs": {
"url": "https://github.com/ethereum/web3.js/issues"
},
"keywords": [
"Ethereum",
"JavaScript",
"API"
],
"author": "ethereum.org",
"authors": [
{
"name": "Fabian Vogelsteller",
"email": "fabian@ethereum.org",
"homepage": "http://frozeman.de"
"name": "web3",
"namespace": "ethereum",
"version": "1.0.0-beta.35",
"description": "Ethereum JavaScript API",
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3",
"license": "LGPL-3.0",
"main": "src/index.js",
"bugs": {
"url": "https://github.com/ethereum/web3.js/issues"
},
{
"name": "Marek Kotewicz",
"email": "marek@parity.io",
"url": "https://github.com/debris"
},
{
"name": "Marian Oancea",
"url": "https://github.com/cubedro"
},
{
"name": "Gav Wood",
"email": "g@parity.io",
"homepage": "http://gavwood.com"
},
{
"name": "Jeffery Wilcke",
"email": "jeffrey.wilcke@ethereum.org",
"url": "https://github.com/obscuren"
"keywords": [
"Ethereum",
"JavaScript",
"API"
],
"author": "ethereum.org",
"authors": [
{
"name": "Fabian Vogelsteller",
"email": "fabian@ethereum.org",
"homepage": "http://frozeman.de"
},
{
"name": "Marek Kotewicz",
"email": "marek@parity.io",
"url": "https://github.com/debris"
},
{
"name": "Marian Oancea",
"url": "https://github.com/cubedro"
},
{
"name": "Gav Wood",
"email": "g@parity.io",
"homepage": "http://gavwood.com"
},
{
"name": "Jeffery Wilcke",
"email": "jeffrey.wilcke@ethereum.org",
"url": "https://github.com/obscuren"
}
],
"dependencies": {
"web3-bzz": "1.0.0-beta.35",
"web3-core": "1.0.0-beta.35",
"web3-eth": "1.0.0-beta.35",
"web3-eth-personal": "1.0.0-beta.35",
"web3-net": "1.0.0-beta.35",
"web3-shh": "1.0.0-beta.35",
"web3-utils": "1.0.0-beta.35"
}
],
"dependencies": {
"@types/underscore": "^1.8.0",
"@types/bignumber.js": "^4.0.2",
"web3-bzz": "1.0.0-beta.35",
"web3-core": "1.0.0-beta.35",
"web3-eth": "1.0.0-beta.35",
"web3-eth-personal": "1.0.0-beta.35",
"web3-net": "1.0.0-beta.35",
"web3-shh": "1.0.0-beta.35",
"web3-utils": "1.0.0-beta.35"
}
}
Loading

0 comments on commit 97141bc

Please sign in to comment.