UNPKG

givethdirectory

Version:
6 lines (4 loc) 149 B
var GivethDirectory = artifacts.require("./GivethDirectory.sol"); module.exports = function(deployer) { deployer.deploy(GivethDirectory); };