Skip to content

Commit

Permalink
Disputable: Move examples dir to root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo committed Aug 5, 2020
1 parent 232f9fc commit 0fb91c4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .solcover.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const skipFiles = [
'lib',
'test',
'examples',
'acl/ACLSyntaxSugar.sol',
'common/DepositableStorage.sol', // Used in tests that send ETH
'common/UnstructuredStorage.sol' // Used in tests that send ETH
Expand Down
1 change: 0 additions & 1 deletion contracts/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
/test
/examples
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pragma solidity 0.4.24;

import "../../../apps/disputable/DisputableAragonApp.sol";
import "../../../contracts/apps/disputable/DisputableAragonApp.sol";


contract RegistryApp is DisputableAragonApp {
Expand Down

0 comments on commit 0fb91c4

Please sign in to comment.