fix Token imports and v0.0.6
This commit is contained in:
@ -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 {
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "zeppelin-solidity",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"description": "Secure Smart Contract library for Solidity",
|
||||
"main": "truffle.js",
|
||||
"devDependencies": {},
|
||||
|
||||
Reference in New Issue
Block a user