diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/contracts/contracts/tokens/Token_v2.sol | 3 | ||||
-rw-r--r-- | packages/website/package.json | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/packages/contracts/contracts/tokens/Token_v2.sol b/packages/contracts/contracts/tokens/Token_v2.sol index 027f706f4..e1088c560 100644 --- a/packages/contracts/contracts/tokens/Token_v2.sol +++ b/packages/contracts/contracts/tokens/Token_v2.sol @@ -2,9 +2,6 @@ pragma solidity 0.4.18; contract Token_v2 { - /// @return total amount of tokens - function totalSupply() public view returns (uint) {} - /// @notice send `_value` token to `_to` from `msg.sender` /// @param _to The address of the recipient /// @param _value The amount of token to be transferred diff --git a/packages/website/package.json b/packages/website/package.json index d52cfc6ff..a6703af7e 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,5 +1,5 @@ { - "name": "website", + "name": "@0xproject/website", "version": "0.0.2", "private": true, "description": "Website and 0x portal dapp", |