mirror of https://github.com/status-im/web3.js.git
bumped version 0.18.3 to republish meteor package
This commit is contained in:
parent
12bea40dca
commit
9268315be6
|
@ -1,3 +1,3 @@
|
|||
ethereum:web3@0.18.2
|
||||
ethereum:web3@0.18.3
|
||||
meteor@1.1.14
|
||||
underscore@1.0.8
|
||||
|
|
|
@ -2443,7 +2443,7 @@ module.exports = {
|
|||
|
||||
},{"./sha3.js":19,"bignumber.js":"bignumber.js","utf8":85}],21:[function(require,module,exports){
|
||||
module.exports={
|
||||
"version": "0.18.2"
|
||||
"version": "0.18.3"
|
||||
}
|
||||
|
||||
},{}],22:[function(require,module,exports){
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2443,7 +2443,7 @@ module.exports = {
|
|||
|
||||
},{"./sha3.js":19,"bignumber.js":"bignumber.js","utf8":85}],21:[function(require,module,exports){
|
||||
module.exports={
|
||||
"version": "0.18.2"
|
||||
"version": "0.18.3"
|
||||
}
|
||||
|
||||
},{}],22:[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.18.2"
|
||||
"version": "0.18.3"
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* jshint ignore:start */
|
||||
Package.describe({
|
||||
name: 'ethereum:web3',
|
||||
version: '0.18.2',
|
||||
version: '0.18.3',
|
||||
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.18.2",
|
||||
"version": "0.18.3",
|
||||
"description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
|
||||
"main": "./index.js",
|
||||
"directories": {
|
||||
|
|
Loading…
Reference in New Issue