Address feedback

This commit is contained in:
Leonid Logvinov
2018-04-05 12:37:35 +02:00
parent 249bf0163d
commit fbba5e054a
5 changed files with 4 additions and 6 deletions

View File

@@ -3,11 +3,10 @@
"version": "0.2.0", "version": "0.2.0",
"changes": [ "changes": [
{ {
"note": "Contract wrappers now accept Provider and defaults instead of our Web3Wrapper", "note": "Contract wrappers now accept Provider and defaults instead of Web3Wrapper",
"pr": 501 "pr": 501
} }
], ]
"timestamp": 1522673609
}, },
{ {
"version": "0.1.0", "version": "0.1.0",

View File

@@ -3,7 +3,7 @@
"version": "0.4.0", "version": "0.4.0",
"changes": [ "changes": [
{ {
"note": "Changed the config key from `web3Provider` to `provider` to be consistent with other tools", "note": "Changed the config key `web3Provider` to `provider` to be consistent with other tools",
"pr": 501 "pr": 501
} }
] ]

View File

@@ -11,7 +11,6 @@ declare interface LernaPackage {
}; };
} }
declare function lernaGetPackages(path: string): LernaPackage[]; declare function lernaGetPackages(path: string): LernaPackage[];
// lerna-get-packages declarations
declare module 'lerna-get-packages' { declare module 'lerna-get-packages' {
export = lernaGetPackages; export = lernaGetPackages;
} }

View File

@@ -1 +0,0 @@
declare module 'web3_beta';

View File

@@ -121,6 +121,7 @@ const docsInfoConfig: DocsInfoConfig = {
'ExchangeContractErrs', 'ExchangeContractErrs',
'ContractEvent', 'ContractEvent',
'Token', 'Token',
'Provider',
'ExchangeEvents', 'ExchangeEvents',
'IndexedFilterValues', 'IndexedFilterValues',
'SubscriptionOpts', 'SubscriptionOpts',