mirror of https://github.com/status-im/web3.js.git
updated bower && package.json files
This commit is contained in:
parent
0ccc05a33d
commit
15b4dbdbd5
10
bower.json
10
bower.json
|
@ -4,19 +4,19 @@
|
||||||
"version": "0.2.6",
|
"version": "0.2.6",
|
||||||
"description": "Ethereum Compatible JavaScript API",
|
"description": "Ethereum Compatible JavaScript API",
|
||||||
"main": [
|
"main": [
|
||||||
"./dist/ethereum.js",
|
"./dist/web3.js",
|
||||||
"./dist/ethereum.min.js"
|
"./dist/web3.min.js"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bignumber.js": ">=2.0.0"
|
"bignumber.js": ">=2.0.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/ethereum/ethereum.js.git"
|
"url": "https://github.com/ethereum/web3.js.git"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/ethereum/ethereum.js",
|
"homepage": "https://github.com/ethereum/web3.js",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ethereum/ethereum.js/issues"
|
"url": "https://github.com/ethereum/web3.js/issues"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ethereum",
|
"ethereum",
|
||||||
|
|
|
@ -49,11 +49,11 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/ethereum/ethereum.js.git"
|
"url": "https://github.com/ethereum/web3.js.git"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/ethereum/ethereum.js",
|
"homepage": "https://github.com/ethereum/web3.js",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/ethereum/ethereum.js/issues"
|
"url": "https://github.com/ethereum/web3.js/issues"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ethereum",
|
"ethereum",
|
||||||
|
|
Loading…
Reference in New Issue