Merge pull request #76 from cubedro/master

NPM & Bower maintenance
This commit is contained in:
Marian OANCΞA 2015-02-25 00:28:31 +02:00
commit cc670370f7
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,10 @@
"namespace": "ethereum",
"version": "0.0.15",
"description": "Ethereum Compatible JavaScript API",
"main": ["./dist/ethereum.js", "./dist/ethereum.min.js"],
"main": [
"./dist/ethereum.js",
"./dist/ethereum.min.js"
],
"dependencies": {
"bignumber.js": ">=2.0.0"
},

View File

@ -9,7 +9,6 @@
},
"dependencies": {
"bignumber.js": ">=2.0.0",
"ws": "*",
"xmlhttprequest": "*"
},
"devDependencies": {