diff --git a/contracts/test/AbsoluteVoteExecuteMock.sol b/contracts/test/AbsoluteVoteExecuteMock.sol index df7e33f..bc70d42 100644 --- a/contracts/test/AbsoluteVoteExecuteMock.sol +++ b/contracts/test/AbsoluteVoteExecuteMock.sol @@ -1,11 +1,11 @@ pragma solidity ^0.4.25; -import "../VotingMachines/ProposalExecuteInterface.sol"; -import "../VotingMachines/VotingMachineCallbacksInterface.sol"; +import "../votingMachines/ProposalExecuteInterface.sol"; +import "../votingMachines/VotingMachineCallbacksInterface.sol"; import "openzeppelin-solidity/contracts/ownership/Ownable.sol"; import "./Debug.sol"; import "../Reputation.sol"; -import "../VotingMachines/AbsoluteVote.sol"; +import "../votingMachines/AbsoluteVote.sol"; contract AbsoluteVoteExecuteMock is Debug,VotingMachineCallbacksInterface,ProposalExecuteInterface,Ownable { diff --git a/contracts/test/GenesisProtocolCallbacksMock.sol b/contracts/test/GenesisProtocolCallbacksMock.sol index 19a2abb..a73b222 100644 --- a/contracts/test/GenesisProtocolCallbacksMock.sol +++ b/contracts/test/GenesisProtocolCallbacksMock.sol @@ -1,8 +1,8 @@ pragma solidity ^0.4.25; -import "../VotingMachines/VotingMachineCallbacksInterface.sol"; -import "../VotingMachines/ProposalExecuteInterface.sol"; -import "../VotingMachines/GenesisProtocol.sol"; +import "../votingMachines/VotingMachineCallbacksInterface.sol"; +import "../votingMachines/ProposalExecuteInterface.sol"; +import "../votingMachines/GenesisProtocol.sol"; import "../Reputation.sol"; import "openzeppelin-solidity/contracts/ownership/Ownable.sol"; import "./Debug.sol"; diff --git a/contracts/VotingMachines/AbsoluteVote.sol b/contracts/votingMachines/AbsoluteVote.sol similarity index 100% rename from contracts/VotingMachines/AbsoluteVote.sol rename to contracts/votingMachines/AbsoluteVote.sol diff --git a/contracts/VotingMachines/GenesisProtocol.sol b/contracts/votingMachines/GenesisProtocol.sol similarity index 100% rename from contracts/VotingMachines/GenesisProtocol.sol rename to contracts/votingMachines/GenesisProtocol.sol diff --git a/contracts/VotingMachines/IntVoteInterface.sol b/contracts/votingMachines/IntVoteInterface.sol similarity index 100% rename from contracts/VotingMachines/IntVoteInterface.sol rename to contracts/votingMachines/IntVoteInterface.sol diff --git a/contracts/VotingMachines/ProposalExecuteInterface.sol b/contracts/votingMachines/ProposalExecuteInterface.sol similarity index 100% rename from contracts/VotingMachines/ProposalExecuteInterface.sol rename to contracts/votingMachines/ProposalExecuteInterface.sol diff --git a/contracts/VotingMachines/QuorumVote.sol b/contracts/votingMachines/QuorumVote.sol similarity index 100% rename from contracts/VotingMachines/QuorumVote.sol rename to contracts/votingMachines/QuorumVote.sol diff --git a/contracts/VotingMachines/VotingMachineCallbacksInterface.sol b/contracts/votingMachines/VotingMachineCallbacksInterface.sol similarity index 100% rename from contracts/VotingMachines/VotingMachineCallbacksInterface.sol rename to contracts/votingMachines/VotingMachineCallbacksInterface.sol diff --git a/package-lock.json b/package-lock.json index d5c763d..c17b5f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@daostack/infra", - "version": "0.0.0-alpha.08", + "version": "0.0.0-alpha.09", "lockfileVersion": 1, "requires": true, "dependencies": {