Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Use require.resolve to lookup contracts in deps #1110

Merged
merged 3 commits into from
Jul 17, 2019

Commits on Jul 16, 2019

  1. Configuration menu
    Copy the full SHA
    9ab16b4 View commit details
    Browse the repository at this point in the history
  2. Use require.resolve to lookup contracts in deps

    Change lookup in both Dependency and Contracts classes. Instead of looking for just node_modules in the current folder, it uses require.resolve (relative to the current workdir) to look for the dependency.
    
    Fixes #1076
    spalladino committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    e095b98 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Fix tests

    jbcarpanelli committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    ce88e0c View commit details
    Browse the repository at this point in the history