var Contributor = artifacts.require('Contributor.sol') module.exports = function (deployer) { deployer.deploy(Contributor) }