diff options
author | Marian Oancea <contact@siteshop.ro> | 2014-11-07 04:51:37 +0800 |
---|---|---|
committer | Marian Oancea <contact@siteshop.ro> | 2014-11-07 04:51:37 +0800 |
commit | 3270b432bcb007944e3b6e17329b062cb6b7da78 (patch) | |
tree | 197238043b4e4e7e5b20c2d985961e863fe52a92 /bower.json | |
parent | bd14b4d23e5eaaf5359b73a2744727df5624ab97 (diff) | |
download | dexon-3270b432bcb007944e3b6e17329b062cb6b7da78.tar dexon-3270b432bcb007944e3b6e17329b062cb6b7da78.tar.gz dexon-3270b432bcb007944e3b6e17329b062cb6b7da78.tar.bz2 dexon-3270b432bcb007944e3b6e17329b062cb6b7da78.tar.lz dexon-3270b432bcb007944e3b6e17329b062cb6b7da78.tar.xz dexon-3270b432bcb007944e3b6e17329b062cb6b7da78.tar.zst dexon-3270b432bcb007944e3b6e17329b062cb6b7da78.zip |
Refactoring
Removed browser fixes
Updated gulp to bypass native browser objects
Added source map for dist
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json index c5e732c1a..aeced41a1 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "ethereum.js", "namespace": "ethereum", - "version": "0.0.1", + "version": "0.0.2", "description": "Ethereum Compatible JavaScript API", "main": ["./dist/ethereum.js", "./dist/ethereum.min.js"], "dependencies": { |