Update doc on migration step

This commit is contained in:
Makoto Inoue
2016-10-28 11:46:41 +01:00
parent b6a5830047
commit 3764b43689
2 changed files with 4 additions and 3 deletions

View File

@ -2,9 +2,9 @@ module.exports = function(deployer) {
deployer.deploy(PullPaymentBid);
deployer.deploy(BadArrayUse);
deployer.deploy(ProofOfExistence);
deployer.deploy(CrowdsaleTokenBounty);
deployer.deploy(Ownable);
deployer.deploy(LimitFunds);
if(deployer.network == 'test'){
deployer.deploy(SecureTargetFactory);
deployer.deploy(InsecureTargetFactory);