Skip to content

Commit

Permalink
Merge branch '1.0' into update-readme-to-get-types-with-commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida authored Mar 22, 2019
2 parents 4183cdc + 96a1a9f commit b518014
Show file tree
Hide file tree
Showing 120 changed files with 1,669 additions and 16,320 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ addons:
packages:
- g++-4.8
before_script:
- npm i -g typescript@next
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
Expand Down
2 changes: 1 addition & 1 deletion docs/web3-eth-accounts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Parameters
Returns
-------

``String|Object``: The signed data RLP encoded signature, or if ``returnSignature`` is ``true`` the signature values as follows:
``Object``: The signed data RLP encoded signature, or if ``returnSignature`` is ``true`` the signature values as follows:
- ``message`` - ``String``: The the given message.
- ``messageHash`` - ``String``: The hash of the given message.
- ``r`` - ``String``: First 32 bytes of the signature
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta.48",
"version": "1.0.0-beta.50",
"lerna": "2.0.0",
"command": {
"init": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "web3",
"namespace": "ethereum",
"version": "1.0.0-beta.48",
"version": "1.0.0-beta.49",
"description": "Ethereum JavaScript API wrapper repository",
"license": "LGPL-3.0",
"main": "./packages/web3/src/index.js",
Expand All @@ -15,7 +15,7 @@
"install:all": "lerna add",
"remove:all": "lerna exec npm uninstall",
"install:dev:all": "lerna exec npm install --save-dev",
"publish": "npm run clean && npm run bootstrap && npm run travis && lerna publish",
"publish": "npm run clean && npm run bootstrap && npm run travis && lerna publish --skip-git",
"build": "lerna run build",
"test": "lerna run test",
"test:coverage": "lerna run test -- --coverage && npm run istanbulCombine",
Expand Down
Loading

0 comments on commit b518014

Please sign in to comment.