mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
241 stars 26 forks source link

fix(config): preserve existing remappings #171

Closed beeb closed 2 months ago

beeb commented 3 months ago

This PR improves detection of existing remappings so that they don't get overwritten on update/add dependencies even if the right side is modified.

Closes #170