Address feedback
This commit is contained in:
@@ -3,11 +3,10 @@
|
||||
"version": "0.2.0",
|
||||
"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
|
||||
}
|
||||
],
|
||||
"timestamp": 1522673609
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "0.1.0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"version": "0.4.0",
|
||||
"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
|
||||
}
|
||||
]
|
||||
|
||||
@@ -11,7 +11,6 @@ declare interface LernaPackage {
|
||||
};
|
||||
}
|
||||
declare function lernaGetPackages(path: string): LernaPackage[];
|
||||
// lerna-get-packages declarations
|
||||
declare module 'lerna-get-packages' {
|
||||
export = lernaGetPackages;
|
||||
}
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
declare module 'web3_beta';
|
||||
@@ -121,6 +121,7 @@ const docsInfoConfig: DocsInfoConfig = {
|
||||
'ExchangeContractErrs',
|
||||
'ContractEvent',
|
||||
'Token',
|
||||
'Provider',
|
||||
'ExchangeEvents',
|
||||
'IndexedFilterValues',
|
||||
'SubscriptionOpts',
|
||||
|
||||
Reference in New Issue
Block a user