浏览代码

fix Token imports and v0.0.6

Manuel Araoz 9 年之前
父节点
当前提交
06a391113c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      contracts/Token.sol
  2. 1 1
      package.json

+ 1 - 1
contracts/Token.sol

@@ -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 - 1
package.json

@@ -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": {},