mirror of https://github.com/status-im/web3.js.git
version 0.10.0
This commit is contained in:
parent
9f5f20152f
commit
cdb679b9a5
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "web3",
|
||||
"namespace": "ethereum",
|
||||
"version": "0.9.2",
|
||||
"version": "0.10.0",
|
||||
"description": "Ethereum Compatible JavaScript API",
|
||||
"main": [
|
||||
"./dist/web3.js",
|
||||
|
|
|
@ -1860,7 +1860,7 @@ module.exports = {
|
|||
|
||||
},{"bignumber.js":"bignumber.js"}],17:[function(require,module,exports){
|
||||
module.exports={
|
||||
"version": "0.9.2"
|
||||
"version": "0.10.0"
|
||||
}
|
||||
|
||||
},{}],18:[function(require,module,exports){
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1860,7 +1860,7 @@ module.exports = {
|
|||
|
||||
},{"bignumber.js":"bignumber.js"}],17:[function(require,module,exports){
|
||||
module.exports={
|
||||
"version": "0.9.2"
|
||||
"version": "0.10.0"
|
||||
}
|
||||
|
||||
},{}],18:[function(require,module,exports){
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"version": "0.9.2"
|
||||
"version": "0.10.0"
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* jshint ignore:start */
|
||||
Package.describe({
|
||||
name: 'ethereum:web3',
|
||||
version: '0.9.2',
|
||||
version: '0.10.0',
|
||||
summary: 'Ethereum JavaScript API, middleware to talk to a ethreum node over RPC',
|
||||
git: 'https://github.com/ethereum/ethereum.js',
|
||||
// By default, Meteor will default to using README.md for documentation.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "web3",
|
||||
"namespace": "ethereum",
|
||||
"version": "0.9.2",
|
||||
"version": "0.10.0",
|
||||
"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
|
||||
"main": "./index.js",
|
||||
"directories": {
|
||||
|
|
Loading…
Reference in New Issue