moved abi into its own package

This commit is contained in:
Fabian Vogelsteller 2017-03-02 18:09:51 +01:00
parent 449f1d5b25
commit 1051c3e1c4
No known key found for this signature in database
GPG Key ID: E51EADA77F1A4124

View File

@ -1,8 +1,8 @@
{
"name": "web3-eth-abi",
"name": "web3-core-abi",
"version": "1.0.0",
"description": "Web3 module encode and decode EVM in/output.",
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth-abi",
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core-abi",
"license": "LGPL-3.0",
"main": "src/index.js",
"dependencies": {