Files
openzeppelin-contracts/migrations/2_deploy_contracts.js
2017-02-17 18:03:52 -03:00

6 lines
132 B
JavaScript

//var Ownable = artifacts.require("ownership/Ownable.sol");
module.exports = function(deployer) {
//deployer.deploy(Ownable);
};