Commit 06a39111 by Manuel Araoz

fix Token imports and v0.0.6

parent bbbc8204
......@@ -2,7 +2,7 @@
// Flat file implementation of `dappsys/token/base.sol::DSTokenBase`
// Everything throws instead of returning false on failure.
import 'ERC20.sol';
import './ERC20.sol';
contract Token is ERC20 {
......
{
"name": "zeppelin-solidity",
"version": "0.0.5",
"version": "0.0.6",
"description": "Secure Smart Contract library for Solidity",
"main": "truffle.js",
"devDependencies": {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment