forked from web3/web3.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make web3 as package in lerna packages (web3#1045)
* make web3 as main package in lerna * modify web3 require path for testcases * change build process for web3 * change build process for web3 package
- Loading branch information
1 parent
b886fea
commit 755df83
Showing
36 changed files
with
100 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,30 +29,30 @@ | |
"API" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Fabian Vogelsteller", | ||
"email": "[email protected]", | ||
"homepage": "http://frozeman.de" | ||
}, | ||
{ | ||
"name": "Marek Kotewicz", | ||
"email": "[email protected]", | ||
"url": "https://github.com/debris" | ||
}, | ||
{ | ||
"name": "Marian Oancea", | ||
"url": "https://github.com/cubedro" | ||
}, | ||
{ | ||
"name": "Gav Wood", | ||
"email": "[email protected]", | ||
"homepage": "http://gavwood.com" | ||
}, | ||
{ | ||
"name": "Jeffery Wilcke", | ||
"email": "[email protected]", | ||
"url": "https://github.com/obscuren" | ||
} | ||
{ | ||
"name": "Fabian Vogelsteller", | ||
"email": "[email protected]", | ||
"homepage": "http://frozeman.de" | ||
}, | ||
{ | ||
"name": "Marek Kotewicz", | ||
"email": "[email protected]", | ||
"url": "https://github.com/debris" | ||
}, | ||
{ | ||
"name": "Marian Oancea", | ||
"url": "https://github.com/cubedro" | ||
}, | ||
{ | ||
"name": "Gav Wood", | ||
"email": "[email protected]", | ||
"homepage": "http://gavwood.com" | ||
}, | ||
{ | ||
"name": "Jeffery Wilcke", | ||
"email": "[email protected]", | ||
"url": "https://github.com/obscuren" | ||
} | ||
], | ||
"ignore": [ | ||
"test", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# web3 | ||
|
||
This is a main package of [web3.js][repo] | ||
|
||
Please read the [documentation][docs] for more. | ||
|
||
## Installation | ||
|
||
### Node.js | ||
|
||
```bash | ||
npm install web3 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "web3", | ||
"version": "1.0.0-beta.20", | ||
"description": "Web3 main package.", | ||
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3", | ||
"license": "LGPL-3.0", | ||
"main": "src/index.js", | ||
"dependencies": { | ||
"web3-core": "^1.0.0-beta.20", | ||
"web3-eth": "^1.0.0-beta.20", | ||
"web3-net": "^1.0.0-beta.20", | ||
"web3-eth-personal": "^1.0.0-beta.20", | ||
"web3-shh": "^1.0.0-beta.20", | ||
"web3-bzz": "^1.0.0-beta.20", | ||
"web3-utils": "^1.0.0-beta.20" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.