updated bower && package.json files

This commit is contained in:
Marek Kotewicz 2015-04-10 00:22:46 +02:00
parent 0ccc05a33d
commit 15b4dbdbd5
2 changed files with 8 additions and 8 deletions

View File

@ -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",

View File

@ -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",