authorizable
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -1,5 +0,3 @@ | ||
var Authorizable = artifacts.require("./Authorizable") | ||
module.exports = function(deployer) { | ||
deployer.deploy(Authorizable) | ||
} |
{ | ||
"name": "authorizable", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "Smart contract governance made easy", | ||
@@ -13,9 +13,9 @@ "repository": { | ||
"devDependencies": { | ||
"openzeppelin-solidity": "1.9.0", | ||
"openzeppelin-solidity": "^1.8.0", | ||
"truffle-flattener": "^1.2.5" | ||
}, | ||
"scripts": { | ||
"flatten": "truffle-flattener contracts/Authorizable.sol > flattened/Authorizable.sol && truffle-flattener contracts/AuthorizableLite.sol > flattened/AuthorizableLite.sol", | ||
"flatten": "scripts/flatten.sh", | ||
"new-version": "scripts/new-version.sh" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
55076
20
393