Skip to content

Commit

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

pragma solidity 0.4.24;

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


contract RegistryApp is DisputableAragonApp {
Expand Down

0 comments on commit 232f9fc

Please sign in to comment.