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